Shades of Pigment Green #16B75F
Tints of Pigment Green #16B75F
RGB
CMYK
RGB Variations
Color information
#16B75F (or 0x16B75F) is known color: Pigment Green. HEX triplet: 16, B7 and 5F. RGB value is (22,183,95). Sum of RGB (Red+Green+Blue) = 22+183+95=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #16B75F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B75F is #E948A0. Grayscale: #7D7D7D. Windows color (decimal): -15288481 or 6272790. OLE color: 6272790.
HSL color Cylindrical-coordinate representation of color #16B75F: hue angle of 147.2º 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 #16B75F is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 95 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.28 |
| HSL | 147.21º | 0.79% | 0.4% | - |
| HSV(B) | 147.21º | 0.88% | 0.72% | - |
| XYZ | 19.33 | 34.86 | 16.54 | - |
| YUV | 124.83 | 111.16 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 95 | 0.88 | 0 | 0.48 | 0.28 | 147.21 | 0.79 | 0.4 |
| Hex | 16 | B7 | 5F | 58 | 0 | 30 | 1C | 93 | 4F | 28 |
| Octal | 26 | 267 | 137 | 130 | 0 | 60 | 34 | 223 | 117 | 50 |
| Binary | 10110 | 10110111 | 1011111 | 1011000 | 0 | 110000 | 11100 | 10010011 | 1001111 | 101000 |
Color Harmonies of #16B75F
Complementary color
Monochromatic Colors of #16B75F
Black with #16B75F
Text Example
Text Example
White with #16B75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B75F; }
p { color: rgb(22,183,95); }
H1.HeaderClassName
{
color: #16B75F;
}
.AnyTagClassName
{
color: #16B75F;
}
</style>
background-color css
<style>
a { background-color: #16B75F; }
a { background-color: rgb(22,183,95); }
div.DivClassName
{
background-color: #16B75F;
}
.BgClassName
{
background-color: #16B75F;
}
</style>
border-color css
<style>
span { border-color: #16B75F; }
span { border-color: rgb(22,183,95); }
td.TdClassName
{
border-color: #16B75F;
}
.TagClassName
{
border-color: #16B75F;
}
</style>