COLOR #0C9227

HEX: #0C9227
RGB: (12,146,39)

Color info

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

RGB color model

#0C9227 color RGB value is (12,146,39).

  • red value is 12;
  • green value is 146;
  • blue value is 39.
RGB:
(12,146,39)
(5%,57%,15%)

RGB channels and saturation

R 12 of 255 = 5%
G 146 of 255 = 57%
B 39 of 255 = 15%

12
146
39

R + G + B ~ 26%. #0C9227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 146 + 39 = 197 (100%)
R 12 of 197 ~ 6.09%
G 146 of 197 ~ 74.11%
B 39 of 197 ~ 19.8%

%74.11
%19.8

CMYK color model

#0C9227 color CMYK value is (92,0,73,43).

  • cyan value is 91.78%
  • magenta value is 0.00%
  • yellow value is 73.29%
  • key color value is 42.75%
CMYK:
(92,0,73,43)
C92M0Y73K43 
(92%,0%,73%,43%)
(0.92/0.00/0.73/0.43)	

CMYK percentages

%91.78
%0
%73.29
%42.75

Codes

Color #0C9227 in popluar color models

0C9227
RGB1214639
HSL132°84.81%30.98%
HSB/HSV132°91.78%57.25%
CMYK91.78%0.00%73.29%
42.75%

Color #0C9227 in popluar number systems.

HEX0C9227
Decimal1214639
Binary110010010010100111
Octal1422247

Shades and tints

Shades of #0C9227

#0C9227
(12,146,39)
#0B8524
(11,133,36)
#0A7821
(10,120,33)
#096B1E
(9,107,30)
#085E1B
(8,94,27)
#075118
(7,81,24)
#064415
(6,68,21)
#053712
(5,55,18)
#042A0F
(4,42,15)
#031D0C
(3,29,12)
#021009
(2,16,9)
#000000
(0,0,0)

Tints of #0C9227

#0C9227
(12,146,39)
#229B3A
(34,155,58)
#38A44D
(56,164,77)
#4EAD60
(78,173,96)
#64B673
(100,182,115)
#7ABF86
(122,191,134)
#90C899
(144,200,153)
#A6D1AC
(166,209,172)
#BCDABF
(188,218,191)
#D2E3D2
(210,227,210)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C9227 color. Also use rgb(12,146,39) instead hex code.

Text Font Color

.myTextColor { color: #0C9227; }

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

This text font color is #0C9227.


Background Color

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

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

This div background color is #0C9227.


Border color

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

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

This div border color is #0C9227.


Opacity

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

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

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

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

This text has shadow with #0C9227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C9227 on black background.


Color preview on white background

This text has color #0C9227 on white background.



Black color preview on #0C9227 background

This text has black color on #0C9227 background.


White color preview on #0C9227 background

This text has white color on #0C9227 background.