#0C8B12

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

Shades of Green #0C8B12

Tints of Green #0C8B12

Color information

#0C8B12 (or 0x0C8B12) is unknown color: approx Green. HEX triplet: 0C, 8B and 12. RGB value is (12,139,18). Sum of RGB (Red+Green+Blue) = 12+139+18=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 139 (54.69% from 255 or 82.25% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8B12 is #F374ED. Grayscale: #575757. Windows color (decimal): -15955182 or 1215244. OLE color: 1215244.

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

Color convert

RGB1213918-
CMYK0.9100.870.45
HSL122.83º84.11%29.61%-
HSV(B)122.83º91.37%54.51%-
XYZ9.4918.593.66-
YUV87.2388.9274.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.10%
GREEN value IS 139 (54.69% from 255) = 82.25%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=7.10%
G=82.25%
B=10.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12139180.9100.870.45122.8384.1129.61
HexC8B125B0572D7b541e
Octal142132213301275517312436
Binary110010001011100101011011010101111011011111011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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