Shades of Pigment Green #16B85B
Tints of Pigment Green #16B85B
RGB
CMYK
RGB Variations
Color information
#16B85B (or 0x16B85B) is known color: Pigment Green. HEX triplet: 16, B8 and 5B. RGB value is (22,184,91). Sum of RGB (Red+Green+Blue) = 22+184+91=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #16B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B85B is #E947A4. Grayscale: #7D7D7D. Windows color (decimal): -15288229 or 6010902. OLE color: 6010902.
HSL color Cylindrical-coordinate representation of color #16B85B: hue angle of 145.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B85B is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 184 | 91 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.28 |
| HSL | 145.56º | 0.79% | 0.4% | - |
| HSV(B) | 145.56º | 0.88% | 0.72% | - |
| XYZ | 19.36 | 35.21 | 15.67 | - |
| YUV | 124.96 | 108.83 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 91 | 0.88 | 0 | 0.51 | 0.28 | 145.56 | 0.79 | 0.4 |
| Hex | 16 | B8 | 5B | 58 | 0 | 33 | 1C | 92 | 4F | 28 |
| Octal | 26 | 270 | 133 | 130 | 0 | 63 | 34 | 222 | 117 | 50 |
| Binary | 10110 | 10111000 | 1011011 | 1011000 | 0 | 110011 | 11100 | 10010010 | 1001111 | 101000 |
Color Harmonies of #16B85B
Complementary color
Monochromatic Colors of #16B85B
Black with #16B85B
Text Example
Text Example
White with #16B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B85B; }
p { color: rgb(22,184,91); }
H1.HeaderClassName
{
color: #16B85B;
}
.AnyTagClassName
{
color: #16B85B;
}
</style>
background-color css
<style>
a { background-color: #16B85B; }
a { background-color: rgb(22,184,91); }
div.DivClassName
{
background-color: #16B85B;
}
.BgClassName
{
background-color: #16B85B;
}
</style>
border-color css
<style>
span { border-color: #16B85B; }
span { border-color: rgb(22,184,91); }
td.TdClassName
{
border-color: #16B85B;
}
.TagClassName
{
border-color: #16B85B;
}
</style>