#156C12

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

Shades of Green #156C12

Tints of Green #156C12

Color information

#156C12 (or 0x156C12) is unknown color: approx Green. HEX triplet: 15, 6C and 12. RGB value is (21,108,18). Sum of RGB (Red+Green+Blue) = 21+108+18=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 108 (42.58% from 255 or 73.47% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 108 - color contains mainly: green. Hex color #156C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156C12 is #EA93ED. Grayscale: #484848. Windows color (decimal): -15373294 or 1207317. OLE color: 1207317.

HSL color Cylindrical-coordinate representation of color #156C12: hue angle of 118º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #156C12 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB2110818-
CMYK0.8100.830.58
HSL118º71.43%24.71%-
HSV(B)118º83.33%42.35%-
XYZ5.7810.932.38-
YUV71.7397.6891.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 108 (42.58% from 255) = 73.47%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=14.29%
G=73.47%
B=12.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108180.8100.830.5811871.4324.71
Hex156C12510533A764719
Octal251542212101237216610731
Binary101011101100100101010001010100111110101110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156C12; }

 p { color: rgb(21,108,18); }

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

<style>
 a { background-color: #156C12; }

 a { background-color: rgb(21,108,18); }

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

<style>
 span { border-color: #156C12; }

 span { border-color: rgb(21,108,18); }

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