COLOR #0CB039

HEX: #0CB039
RGB: (12,176,57)

Color info

#0CB039 contains mainly green color. Web safe color of #0CB039 is #009933 (or #093).

RGB color model

#0CB039 color RGB value is (12,176,57).

  • red value is 12;
  • green value is 176;
  • blue value is 57.
RGB:
(12,176,57)
(5%,69%,22%)

RGB channels and saturation

R 12 of 255 = 5%
G 176 of 255 = 69%
B 57 of 255 = 22%

12
176
57

R + G + B ~ 32%. #0CB039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 176 + 57 = 245 (100%)
R 12 of 245 ~ 4.9%
G 176 of 245 ~ 71.84%
B 57 of 245 ~ 23.27%

%71.84
%23.27

CMYK color model

#0CB039 color CMYK value is (93,0,68,31).

  • cyan value is 93.18%
  • magenta value is 0.00%
  • yellow value is 67.61%
  • key color value is 30.98%
CMYK:
(93,0,68,31)
C93M0Y68K31 
(93%,0%,68%,31%)
(0.93/0.00/0.68/0.31)	

CMYK percentages

%93.18
%0
%67.61
%30.98

Codes

Color #0CB039 in popluar color models

0CB039
RGB1217657
HSL136°87.23%36.86%
HSB/HSV136°93.18%69.02%
CMYK93.18%0.00%67.61%
30.98%

Color #0CB039 in popluar number systems.

HEX0CB039
Decimal1217657
Binary110010110000111001
Octal1426071

Shades and tints

Shades of #0CB039

#0CB039
(12,176,57)
#0BA034
(11,160,52)
#0A902F
(10,144,47)
#09802A
(9,128,42)
#087025
(8,112,37)
#076020
(7,96,32)
#06501B
(6,80,27)
#054016
(5,64,22)
#043011
(4,48,17)
#03200C
(3,32,12)
#021007
(2,16,7)
#000000
(0,0,0)

Tints of #0CB039

#0CB039
(12,176,57)
#22B74B
(34,183,75)
#38BE5D
(56,190,93)
#4EC56F
(78,197,111)
#64CC81
(100,204,129)
#7AD393
(122,211,147)
#90DAA5
(144,218,165)
#A6E1B7
(166,225,183)
#BCE8C9
(188,232,201)
#D2EFDB
(210,239,219)
#E8F6ED
(232,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CB039 color. Also use rgb(12,176,57) instead hex code.

Text Font Color

.myTextColor { color: #0CB039; }

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

This text font color is #0CB039.


Background Color

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

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

This div background color is #0CB039.


Border color

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

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

This div border color is #0CB039.


Opacity

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

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

Text with #0CB039 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 #0CB039;}

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

This text has shadow with #0CB039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CB039 on black background.


Color preview on white background

This text has color #0CB039 on white background.



Black color preview on #0CB039 background

This text has black color on #0CB039 background.


White color preview on #0CB039 background

This text has white color on #0CB039 background.