Shades of Green #156000
Tints of Green #156000
RGB
CMYK
RGB Variations
Color information
#156000 (or 0x156000) is known color: Green. HEX triplet: 15, 60 and 00. RGB value is (21,96,0). Sum of RGB (Red+Green+Blue) = 21+96+0=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #156000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156000 is #EA9FFF. Grayscale: #3E3E3E. Windows color (decimal): -15376384 or 24597. OLE color: 24597.
HSL color Cylindrical-coordinate representation of color #156000: hue angle of 106.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #156000 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 96 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.62 |
| HSL | 106.88º | 1% | 0.19% | - |
| HSV(B) | 106.88º | 1% | 0.38% | - |
| XYZ | 4.49 | 8.53 | 1.41 | - |
| YUV | 62.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 0 | 0.78 | 0 | 1 | 0.62 | 106.88 | 1 | 0.19 |
| Hex | 15 | 60 | 0 | 4E | 0 | 64 | 3E | 6B | 64 | 13 |
| Octal | 25 | 140 | 0 | 116 | 0 | 144 | 76 | 153 | 144 | 23 |
| Binary | 10101 | 1100000 | 0 | 1001110 | 0 | 1100100 | 111110 | 1101011 | 1100100 | 10011 |
Color Harmonies of #156000
Complementary color
Monochromatic Colors of #156000
Black with #156000
Text Example
Text Example
White with #156000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156000; }
p { color: rgb(21,96,0); }
H1.HeaderClassName
{
color: #156000;
}
.AnyTagClassName
{
color: #156000;
}
</style>
background-color css
<style>
a { background-color: #156000; }
a { background-color: rgb(21,96,0); }
div.DivClassName
{
background-color: #156000;
}
.BgClassName
{
background-color: #156000;
}
</style>
border-color css
<style>
span { border-color: #156000; }
span { border-color: rgb(21,96,0); }
td.TdClassName
{
border-color: #156000;
}
.TagClassName
{
border-color: #156000;
}
</style>