Shades of Pigment Green #16BA57
Tints of Pigment Green #16BA57
RGB
CMYK
RGB Variations
Color information
#16BA57 (or 0x16BA57) is known color: Pigment Green. HEX triplet: 16, BA and 57. RGB value is (22,186,87). Sum of RGB (Red+Green+Blue) = 22+186+87=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BA57 is #E945A8. Grayscale: #7D7D7D. Windows color (decimal): -15287721 or 5749270. OLE color: 5749270.
HSL color Cylindrical-coordinate representation of color #16BA57: hue angle of 143.78º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BA57 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 87 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.27 |
| HSL | 143.78º | 0.79% | 0.41% | - |
| HSV(B) | 143.78º | 0.88% | 0.73% | - |
| XYZ | 19.61 | 35.98 | 14.93 | - |
| YUV | 125.68 | 106.17 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 87 | 0.88 | 0 | 0.53 | 0.27 | 143.78 | 0.79 | 0.41 |
| Hex | 16 | BA | 57 | 58 | 0 | 35 | 1B | 90 | 4F | 29 |
| Octal | 26 | 272 | 127 | 130 | 0 | 65 | 33 | 220 | 117 | 51 |
| Binary | 10110 | 10111010 | 1010111 | 1011000 | 0 | 110101 | 11011 | 10010000 | 1001111 | 101001 |
Color Harmonies of #16BA57
Complementary color
Monochromatic Colors of #16BA57
Black with #16BA57
Text Example
Text Example
White with #16BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA57; }
p { color: rgb(22,186,87); }
H1.HeaderClassName
{
color: #16BA57;
}
.AnyTagClassName
{
color: #16BA57;
}
</style>
background-color css
<style>
a { background-color: #16BA57; }
a { background-color: rgb(22,186,87); }
div.DivClassName
{
background-color: #16BA57;
}
.BgClassName
{
background-color: #16BA57;
}
</style>
border-color css
<style>
span { border-color: #16BA57; }
span { border-color: rgb(22,186,87); }
td.TdClassName
{
border-color: #16BA57;
}
.TagClassName
{
border-color: #16BA57;
}
</style>