COLOR #0CF589

HEX: #0CF589
RGB: (12,245,137)

Color info

#0CF589 contains mainly green color. Web safe color of #0CF589 is #00FF99 (or #0F9).

RGB color model

#0CF589 color RGB value is (12,245,137).

  • red value is 12;
  • green value is 245;
  • blue value is 137.
RGB:
(12,245,137)
(5%,96%,54%)

RGB channels and saturation

R 12 of 255 = 5%
G 245 of 255 = 96%
B 137 of 255 = 54%

12
245
137

R + G + B ~ 52%. #0CF589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
12 + 245 + 137 = 394 (100%)
R 12 of 394 ~ 3.05%
G 245 of 394 ~ 62.18%
B 137 of 394 ~ 34.77%

%62.18
%34.77

CMYK color model

#0CF589 color CMYK value is (95,0,44,4).

  • cyan value is 95.10%
  • magenta value is 0.00%
  • yellow value is 44.08%
  • key color value is 3.92%
CMYK:
(95,0,44,4)
C95M0Y44K4 
(95%,0%,44%,4%)
(0.95/0.00/0.44/0.04)	

CMYK percentages

%95.1
%0
%44.08
%3.92

Codes

Color #0CF589 in popluar color models

0CF589
RGB12245137
HSL152°92.09%50.39%
HSB/HSV152°95.10%96.08%
CMYK95.10%0.00%44.08%
3.92%

Color #0CF589 in popluar number systems.

HEX0CF589
Decimal12245137
Binary11001111010110001001
Octal14365211

Shades and tints

Shades of #0CF589

#0CF589
(12,245,137)
#0BDF7D
(11,223,125)
#0AC971
(10,201,113)
#09B365
(9,179,101)
#089D59
(8,157,89)
#07874D
(7,135,77)
#067141
(6,113,65)
#055B35
(5,91,53)
#044529
(4,69,41)
#032F1D
(3,47,29)
#021911
(2,25,17)
#000000
(0,0,0)

Tints of #0CF589

#0CF589
(12,245,137)
#22F593
(34,245,147)
#38F59D
(56,245,157)
#4EF5A7
(78,245,167)
#64F5B1
(100,245,177)
#7AF5BB
(122,245,187)
#90F5C5
(144,245,197)
#A6F5CF
(166,245,207)
#BCF5D9
(188,245,217)
#D2F5E3
(210,245,227)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CF589 color. Also use rgb(12,245,137) instead hex code.

Text Font Color

.myTextColor { color: #0CF589; }

<p style="color:#0CF589">This sample text font color is #0CF589.</p>

This text font color is #0CF589.


Background Color

.myBgColor { background-color: #0CF589; }

<div style="background-color:#0CF589">Inner text</div>

This div background color is #0CF589.


Border color

.myBorderColor { border: 1px solid #0CF589; }

<div style="border:3px solid #0CF589">Div</div>

This div border color is #0CF589.


Opacity

.myOpacity80 { color: #0CF589; opacity: 0.8; }

<p style="color:#0CF589;opacity:0.8;">80%</p>

Text with #0CF589 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0CF589;}

<p style="text-shadow: 3px 3px 1px #0CF589">Text here.</p>

This text has shadow with #0CF589 color.

.textShadow {text-shadow: 3px 3px 1px #0CF589, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0CF589, 5px 5px 20px red">Text here.</p>

This text has shadow with #0CF589 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0CF589, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0CF589, Direction=45, Strength=4)">Text</p>

This text has shadow with #0CF589 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0CF589;
  -webkit-box-shadow:	1px 1px 3px 2px #0CF589;
  box-shadow:		1px 1px 3px 2px #0CF589;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0CF589;
-webkit-box-shadow: 1px 1px 3px 2px #0CF589;
box-shadow:1px 1px 3px 2px #0CF589;">
Div content here</div>
This div box has shadow with color #0CF589.

Preview

Color preview on black background

This text has color #0CF589 on black background.


Color preview on white background

This text has color #0CF589 on white background.



Black color preview on #0CF589 background

This text has black color on #0CF589 background.


White color preview on #0CF589 background

This text has white color on #0CF589 background.