#156A06

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

Shades of Green #156A06

Tints of Green #156A06

Color information

#156A06 (or 0x156A06) is unknown color: approx Green. HEX triplet: 15, 6A and 06. RGB value is (21,106,6). Sum of RGB (Red+Green+Blue) = 21+106+6=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 106 (41.80% from 255 or 79.70% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 106 - color contains mainly: green. Hex color #156A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156A06 is #EA95F9. Grayscale: #454545. Windows color (decimal): -15373818 or 420373. OLE color: 420373.

HSL color Cylindrical-coordinate representation of color #156A06: hue angle of 111º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #156A06 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB211066-
CMYK0.8000.940.58
HSL111º89.29%21.96%-
HSV(B)111º94.34%41.57%-
XYZ5.510.481.91-
YUV69.1892.3493.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 106 (41.80% from 255) = 79.70%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=15.79%
G=79.70%
B=4.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2110660.8000.940.5811189.2921.96
Hex156A65005E3A6f5916
Octal25152612001367215713126
Binary1010111010101101010000010111101110101101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,106,6); }

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

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

 a { background-color: rgb(21,106,6); }

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

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

 span { border-color: rgb(21,106,6); }

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