Shades of Green #156B01
Tints of Green #156B01
RGB
CMYK
RGB Variations
Color information
#156B01 (or 0x156B01) is known color: Green. HEX triplet: 15, 6B and 01. RGB value is (21,107,1). Sum of RGB (Red+Green+Blue) = 21+107+1=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #156B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156B01 is #EA94FE. Grayscale: #454545. Windows color (decimal): -15373567 or 92949. OLE color: 92949.
HSL color Cylindrical-coordinate representation of color #156B01: hue angle of 108.68º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #156B01 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 107 | 1 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.58 |
| HSL | 108.68º | 0.98% | 0.21% | - |
| HSV(B) | 108.68º | 0.99% | 0.42% | - |
| XYZ | 5.57 | 10.68 | 1.8 | - |
| YUV | 69.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 1 | 0.80 | 0 | 0.99 | 0.58 | 108.68 | 0.98 | 0.21 |
| Hex | 15 | 6B | 1 | 50 | 0 | 63 | 3A | 6D | 62 | 15 |
| Octal | 25 | 153 | 1 | 120 | 0 | 143 | 72 | 155 | 142 | 25 |
| Binary | 10101 | 1101011 | 1 | 1010000 | 0 | 1100011 | 111010 | 1101101 | 1100010 | 10101 |
Color Harmonies of #156B01
Complementary color
Monochromatic Colors of #156B01
Black with #156B01
Text Example
Text Example
White with #156B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B01; }
p { color: rgb(21,107,1); }
H1.HeaderClassName
{
color: #156B01;
}
.AnyTagClassName
{
color: #156B01;
}
</style>
background-color css
<style>
a { background-color: #156B01; }
a { background-color: rgb(21,107,1); }
div.DivClassName
{
background-color: #156B01;
}
.BgClassName
{
background-color: #156B01;
}
</style>
border-color css
<style>
span { border-color: #156B01; }
span { border-color: rgb(21,107,1); }
td.TdClassName
{
border-color: #156B01;
}
.TagClassName
{
border-color: #156B01;
}
</style>