#0C8412

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

Shades of Green #0C8412

Tints of Green #0C8412

Color information

#0C8412 (or 0x0C8412) is unknown color: approx Green. HEX triplet: 0C, 84 and 12. RGB value is (12,132,18). Sum of RGB (Red+Green+Blue) = 12+132+18=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 132 (51.95% from 255 or 81.48% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8412 is #F37BED. Grayscale: #535353. Windows color (decimal): -15956974 or 1213452. OLE color: 1213452.

HSL color Cylindrical-coordinate representation of color #0C8412: hue angle of 123º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8412 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1213218-
CMYK0.9100.860.48
HSL123º83.33%28.24%-
HSV(B)123º90.91%51.76%-
XYZ8.5116.623.33-
YUV83.1291.2477.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.41%
GREEN value IS 132 (51.95% from 255) = 81.48%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=7.41%
G=81.48%
B=11.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12132180.9100.860.4812383.3328.24
HexC84125B056307b531c
Octal142042213301266017312334
Binary110010000100100101011011010101101100001111011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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