COLOR #0C9F2D

HEX: #0C9F2D
RGB: (12,159,45)

Color info

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

RGB color model

#0C9F2D color RGB value is (12,159,45).

  • red value is 12;
  • green value is 159;
  • blue value is 45.
RGB:
(12,159,45)
(5%,62%,18%)

RGB channels and saturation

R 12 of 255 = 5%
G 159 of 255 = 62%
B 45 of 255 = 18%

12
159
45

R + G + B ~ 28%. #0C9F2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 159 + 45 = 216 (100%)
R 12 of 216 ~ 5.56%
G 159 of 216 ~ 73.61%
B 45 of 216 ~ 20.83%

%73.61
%20.83

CMYK color model

#0C9F2D color CMYK value is (92,0,72,38).

  • cyan value is 92.45%
  • magenta value is 0.00%
  • yellow value is 71.70%
  • key color value is 37.65%
CMYK:
(92,0,72,38)
C92M0Y72K38 
(92%,0%,72%,38%)
(0.92/0.00/0.72/0.38)	

CMYK percentages

%92.45
%0
%71.7
%37.65

Codes

Color #0C9F2D in popluar color models

0C9F2D
RGB1215945
HSL133°85.96%33.53%
HSB/HSV133°92.45%62.35%
CMYK92.45%0.00%71.70%
37.65%

Color #0C9F2D in popluar number systems.

HEX0C9F2D
Decimal1215945
Binary110010011111101101
Octal1423755

Shades and tints

Shades of #0C9F2D

#0C9F2D
(12,159,45)
#0B9129
(11,145,41)
#0A8325
(10,131,37)
#097521
(9,117,33)
#08671D
(8,103,29)
#075919
(7,89,25)
#064B15
(6,75,21)
#053D11
(5,61,17)
#042F0D
(4,47,13)
#032109
(3,33,9)
#021305
(2,19,5)
#000000
(0,0,0)

Tints of #0C9F2D

#0C9F2D
(12,159,45)
#22A740
(34,167,64)
#38AF53
(56,175,83)
#4EB766
(78,183,102)
#64BF79
(100,191,121)
#7AC78C
(122,199,140)
#90CF9F
(144,207,159)
#A6D7B2
(166,215,178)
#BCDFC5
(188,223,197)
#D2E7D8
(210,231,216)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C9F2D color. Also use rgb(12,159,45) instead hex code.

Text Font Color

.myTextColor { color: #0C9F2D; }

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

This text font color is #0C9F2D.


Background Color

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

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

This div background color is #0C9F2D.


Border color

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

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

This div border color is #0C9F2D.


Opacity

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

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

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

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

This text has shadow with #0C9F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C9F2D on black background.


Color preview on white background

This text has color #0C9F2D on white background.



Black color preview on #0C9F2D background

This text has black color on #0C9F2D background.


White color preview on #0C9F2D background

This text has white color on #0C9F2D background.