#0C8906

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

Shades of Green #0C8906

Tints of Green #0C8906

Color information

#0C8906 (or 0x0C8906) is unknown color: approx Green. HEX triplet: 0C, 89 and 06. RGB value is (12,137,6). Sum of RGB (Red+Green+Blue) = 12+137+6=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 137 (53.91% from 255 or 88.39% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8906 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8906 is #F376F9. Grayscale: #555555. Windows color (decimal): -15955706 or 428300. OLE color: 428300.

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

Color convert

RGB121376-
CMYK0.9100.960.46
HSL117.25º91.61%28.04%-
HSV(B)117.25º95.62%53.73%-
XYZ9.1317.983.16-
YUV84.6983.5976.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 137 (53.91% from 255) = 88.39%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=7.74%
G=88.39%
B=3.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1213760.9100.960.46117.2591.6128.04
HexC8965B0602E755c1c
Octal14211613301405616513434
Binary1100100010011101011011011000001011101110101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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