#0C9B21

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

Shades of Forest Green #0C9B21

Tints of Forest Green #0C9B21

Color information

#0C9B21 (or 0x0C9B21) is unknown color: approx Forest Green. HEX triplet: 0C, 9B and 21. RGB value is (12,155,33). Sum of RGB (Red+Green+Blue) = 12+155+33=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 155 (60.94% from 255 or 77.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9B21 is #F364DE. Grayscale: #626262. Windows color (decimal): -15951071 or 2202380. OLE color: 2202380.

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

Color convert

RGB1215533-
CMYK0.9200.790.39
HSL128.81º85.63%32.75%-
HSV(B)128.81º92.26%60.78%-
XYZ12.1523.635.36-
YUV98.3491.1266.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 155 (60.94% from 255) = 77.5%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=6%
G=77.5%
B=16.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12155330.9200.790.39128.8185.6332.75
HexC9B215C04F27815621
Octal142334113401174720112641
Binary110010011011100001101110001001111100111100000011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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