#0C9D21

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

Shades of Forest Green #0C9D21

Tints of Forest Green #0C9D21

Color information

#0C9D21 (or 0x0C9D21) is unknown color: approx Forest Green. HEX triplet: 0C, 9D and 21. RGB value is (12,157,33). Sum of RGB (Red+Green+Blue) = 12+157+33=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 157 (61.72% from 255 or 77.72% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D21 is #F362DE. Grayscale: #636363. Windows color (decimal): -15950559 or 2202892. OLE color: 2202892.

HSL color Cylindrical-coordinate representation of color #0C9D21: hue angle of 128.69º 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 #0C9D21 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB1215733-
CMYK0.9200.790.38
HSL128.69º85.8%33.14%-
HSV(B)128.69º92.36%61.57%-
XYZ12.4824.35.47-
YUV99.5190.4665.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 157 (61.72% from 255) = 77.72%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=5.94%
G=77.72%
B=16.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12157330.9200.790.38128.6985.833.14
HexC9D215C04F26815621
Octal142354113401174620112641
Binary110010011101100001101110001001111100110100000011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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