#0C8612

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

Shades of Green #0C8612

Tints of Green #0C8612

Color information

#0C8612 (or 0x0C8612) is unknown color: approx Green. HEX triplet: 0C, 86 and 12. RGB value is (12,134,18). Sum of RGB (Red+Green+Blue) = 12+134+18=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 134 (52.73% from 255 or 81.71% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8612 is #F379ED. Grayscale: #545454. Windows color (decimal): -15956462 or 1213964. OLE color: 1213964.

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

Color convert

RGB1213418-
CMYK0.9100.870.47
HSL122.95º83.56%28.63%-
HSV(B)122.95º91.04%52.55%-
XYZ8.7917.173.42-
YUV84.390.5876.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 134 (52.73% from 255) = 81.71%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=7.32%
G=81.71%
B=10.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12134180.9100.870.47122.9583.5628.63
HexC86125B0572F7b541d
Octal142062213301275717312435
Binary110010000110100101011011010101111011111111011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,134,18); }

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

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

 a { background-color: rgb(12,134,18); }

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

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

 span { border-color: rgb(12,134,18); }

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