#0C8918

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

Shades of Forest Green #0C8918

Tints of Forest Green #0C8918

Color information

#0C8918 (or 0x0C8918) is unknown color: approx Forest Green. HEX triplet: 0C, 89 and 18. RGB value is (12,137,24). Sum of RGB (Red+Green+Blue) = 12+137+24=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 137 (53.91% from 255 or 79.19% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8918 is #F376E7. Grayscale: #575757. Windows color (decimal): -15955688 or 1607948. OLE color: 1607948.

HSL color Cylindrical-coordinate representation of color #0C8918: hue angle of 125.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8918 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1213724-
CMYK0.9100.820.46
HSL125.76º83.89%29.22%-
HSV(B)125.76º91.24%53.73%-
XYZ9.2618.043.86-
YUV86.7492.5974.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 137 (53.91% from 255) = 79.19%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=6.94%
G=79.19%
B=13.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12137240.9100.820.46125.7683.8929.22
HexC89185B0522E7e541d
Octal142113013301225617612435
Binary110010001001110001011011010100101011101111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,137,24); }

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

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

 a { background-color: rgb(12,137,24); }

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

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

 span { border-color: rgb(12,137,24); }

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