Shades of Pigment Green #16B256
Tints of Pigment Green #16B256
RGB
CMYK
RGB Variations
Color information
#16B256 (or 0x16B256) is known color: Pigment Green. HEX triplet: 16, B2 and 56. RGB value is (22,178,86). Sum of RGB (Red+Green+Blue) = 22+178+86=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #16B256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B256 is #E94DA9. Grayscale: #797979. Windows color (decimal): -15289770 or 5681686. OLE color: 5681686.
HSL color Cylindrical-coordinate representation of color #16B256: hue angle of 144.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B256 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 178 | 86 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.30 |
| HSL | 144.62º | 0.78% | 0.39% | - |
| HSV(B) | 144.62º | 0.88% | 0.7% | - |
| XYZ | 17.93 | 32.68 | 14.17 | - |
| YUV | 120.87 | 108.32 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 86 | 0.88 | 0 | 0.52 | 0.30 | 144.62 | 0.78 | 0.39 |
| Hex | 16 | B2 | 56 | 58 | 0 | 34 | 1E | 91 | 4E | 27 |
| Octal | 26 | 262 | 126 | 130 | 0 | 64 | 36 | 221 | 116 | 47 |
| Binary | 10110 | 10110010 | 1010110 | 1011000 | 0 | 110100 | 11110 | 10010001 | 1001110 | 100111 |
Color Harmonies of #16B256
Complementary color
Monochromatic Colors of #16B256
Black with #16B256
Text Example
Text Example
White with #16B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B256; }
p { color: rgb(22,178,86); }
H1.HeaderClassName
{
color: #16B256;
}
.AnyTagClassName
{
color: #16B256;
}
</style>
background-color css
<style>
a { background-color: #16B256; }
a { background-color: rgb(22,178,86); }
div.DivClassName
{
background-color: #16B256;
}
.BgClassName
{
background-color: #16B256;
}
</style>
border-color css
<style>
span { border-color: #16B256; }
span { border-color: rgb(22,178,86); }
td.TdClassName
{
border-color: #16B256;
}
.TagClassName
{
border-color: #16B256;
}
</style>