#0C9D22

Color #0C9D22 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0C9D22

Tints of Forest Green #0C9D22

Color information

#0C9D22 (or 0x0C9D22) is unknown color: approx Forest Green. HEX triplet: 0C, 9D and 22. RGB value is (12,157,34). Sum of RGB (Red+Green+Blue) = 12+157+34=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D22 is #F362DD. Grayscale: #636363. Windows color (decimal): -15950558 or 2268428. OLE color: 2268428.

HSL color Cylindrical-coordinate representation of color #0C9D22: hue angle of 129.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D22 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1215734-
CMYK0.9200.780.38
HSL129.1º85.8%33.14%-
HSV(B)129.1º92.36%61.57%-
XYZ12.524.315.55-
YUV99.6290.9665.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 157 (61.72% from 255) = 77.34%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=5.91%
G=77.34%
B=16.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12157340.9200.780.38129.185.833.14
HexC9D225C04E26815621
Octal142354213401164620112641
Binary110010011101100010101110001001110100110100000011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C9D22; }

 p { color: rgb(12,157,34); }

 H1.HeaderClassName
 {
   color: #0C9D22;
 }
 .AnyTagClassName
 {
   color: #0C9D22;
 }
</style>
background-color css

<style>
 a { background-color: #0C9D22; }

 a { background-color: rgb(12,157,34); }

 div.DivClassName
 {
   background-color: #0C9D22;
 }
 .BgClassName
 {
   background-color: #0C9D22;
 }
</style>
border-color css

<style>
 span { border-color: #0C9D22; }

 span { border-color: rgb(12,157,34); }

 td.TdClassName
 {
   border-color: #0C9D22;
 }
 .TagClassName
 {
   border-color: #0C9D22;
 }
</style>