Shades of Pigment Green #16B054
Tints of Pigment Green #16B054
RGB
CMYK
RGB Variations
Color information
#16B054 (or 0x16B054) is known color: Pigment Green. HEX triplet: 16, B0 and 54. RGB value is (22,176,84). Sum of RGB (Red+Green+Blue) = 22+176+84=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #16B054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B054 is #E94FAB. Grayscale: #777777. Windows color (decimal): -15290284 or 5550102. OLE color: 5550102.
HSL color Cylindrical-coordinate representation of color #16B054: hue angle of 144.16º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B054 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 176 | 84 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.31 |
| HSL | 144.16º | 0.78% | 0.39% | - |
| HSV(B) | 144.16º | 0.88% | 0.69% | - |
| XYZ | 17.46 | 31.86 | 13.62 | - |
| YUV | 119.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 176 | 84 | 0.88 | 0 | 0.52 | 0.31 | 144.16 | 0.78 | 0.39 |
| Hex | 16 | B0 | 54 | 58 | 0 | 34 | 1F | 90 | 4E | 27 |
| Octal | 26 | 260 | 124 | 130 | 0 | 64 | 37 | 220 | 116 | 47 |
| Binary | 10110 | 10110000 | 1010100 | 1011000 | 0 | 110100 | 11111 | 10010000 | 1001110 | 100111 |
Color Harmonies of #16B054
Complementary color
Monochromatic Colors of #16B054
Black with #16B054
Text Example
Text Example
White with #16B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B054; }
p { color: rgb(22,176,84); }
H1.HeaderClassName
{
color: #16B054;
}
.AnyTagClassName
{
color: #16B054;
}
</style>
background-color css
<style>
a { background-color: #16B054; }
a { background-color: rgb(22,176,84); }
div.DivClassName
{
background-color: #16B054;
}
.BgClassName
{
background-color: #16B054;
}
</style>
border-color css
<style>
span { border-color: #16B054; }
span { border-color: rgb(22,176,84); }
td.TdClassName
{
border-color: #16B054;
}
.TagClassName
{
border-color: #16B054;
}
</style>