Shades of Pigment Green #16A054
Tints of Pigment Green #16A054
RGB
CMYK
RGB Variations
Color information
#16A054 (or 0x16A054) is known color: Pigment Green. HEX triplet: 16, A0 and 54. RGB value is (22,160,84). Sum of RGB (Red+Green+Blue) = 22+160+84=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #16A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A054 is #E95FAB. Grayscale: #6E6E6E. Windows color (decimal): -15294380 or 5546006. OLE color: 5546006.
HSL color Cylindrical-coordinate representation of color #16A054: hue angle of 146.96º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A054 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 160 | 84 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.37 |
| HSL | 146.96º | 0.76% | 0.36% | - |
| HSV(B) | 146.96º | 0.86% | 0.63% | - |
| XYZ | 14.5 | 25.95 | 12.63 | - |
| YUV | 110.07 | 113.28 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 160 | 84 | 0.86 | 0 | 0.48 | 0.37 | 146.96 | 0.76 | 0.36 |
| Hex | 16 | A0 | 54 | 56 | 0 | 30 | 25 | 93 | 4C | 24 |
| Octal | 26 | 240 | 124 | 126 | 0 | 60 | 45 | 223 | 114 | 44 |
| Binary | 10110 | 10100000 | 1010100 | 1010110 | 0 | 110000 | 100101 | 10010011 | 1001100 | 100100 |
Color Harmonies of #16A054
Complementary color
Monochromatic Colors of #16A054
Black with #16A054
Text Example
Text Example
White with #16A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A054; }
p { color: rgb(22,160,84); }
H1.HeaderClassName
{
color: #16A054;
}
.AnyTagClassName
{
color: #16A054;
}
</style>
background-color css
<style>
a { background-color: #16A054; }
a { background-color: rgb(22,160,84); }
div.DivClassName
{
background-color: #16A054;
}
.BgClassName
{
background-color: #16A054;
}
</style>
border-color css
<style>
span { border-color: #16A054; }
span { border-color: rgb(22,160,84); }
td.TdClassName
{
border-color: #16A054;
}
.TagClassName
{
border-color: #16A054;
}
</style>