Shades of Green #156601
Tints of Green #156601
RGB
CMYK
RGB Variations
Color information
#156601 (or 0x156601) is known color: Green. HEX triplet: 15, 66 and 01. RGB value is (21,102,1). Sum of RGB (Red+Green+Blue) = 21+102+1=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #156601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156601 is #EA99FE. Grayscale: #424242. Windows color (decimal): -15374847 or 91669. OLE color: 91669.
HSL color Cylindrical-coordinate representation of color #156601: hue angle of 108.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #156601 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 102 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.6 |
| HSL | 108.12º | 0.98% | 0.2% | - |
| HSV(B) | 108.12º | 0.99% | 0.4% | - |
| XYZ | 5.07 | 9.66 | 1.63 | - |
| YUV | 66.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 1 | 0.79 | 0 | 0.99 | 0.6 | 108.12 | 0.98 | 0.2 |
| Hex | 15 | 66 | 1 | 4F | 0 | 63 | 3C | 6C | 62 | 14 |
| Octal | 25 | 146 | 1 | 117 | 0 | 143 | 74 | 154 | 142 | 24 |
| Binary | 10101 | 1100110 | 1 | 1001111 | 0 | 1100011 | 111100 | 1101100 | 1100010 | 10100 |
Color Harmonies of #156601
Complementary color
Monochromatic Colors of #156601
Black with #156601
Text Example
Text Example
White with #156601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156601; }
p { color: rgb(21,102,1); }
H1.HeaderClassName
{
color: #156601;
}
.AnyTagClassName
{
color: #156601;
}
</style>
background-color css
<style>
a { background-color: #156601; }
a { background-color: rgb(21,102,1); }
div.DivClassName
{
background-color: #156601;
}
.BgClassName
{
background-color: #156601;
}
</style>
border-color css
<style>
span { border-color: #156601; }
span { border-color: rgb(21,102,1); }
td.TdClassName
{
border-color: #156601;
}
.TagClassName
{
border-color: #156601;
}
</style>