Shades of Pigment Green #16A85D
Tints of Pigment Green #16A85D
RGB
CMYK
RGB Variations
Color information
#16A85D (or 0x16A85D) is known color: Pigment Green. HEX triplet: 16, A8 and 5D. RGB value is (22,168,93). Sum of RGB (Red+Green+Blue) = 22+168+93=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 168 (66.02% from 255 or 59.36% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 168 - color contains mainly: green. Hex color #16A85D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A85D is #E957A2. Grayscale: #737373. Windows color (decimal): -15292323 or 6137878. OLE color: 6137878.
HSL color Cylindrical-coordinate representation of color #16A85D: hue angle of 149.18º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A85D is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 168 | 93 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.34 |
| HSL | 149.18º | 0.77% | 0.37% | - |
| HSV(B) | 149.18º | 0.87% | 0.66% | - |
| XYZ | 16.31 | 28.97 | 15.09 | - |
| YUV | 115.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 93 | 0.87 | 0 | 0.45 | 0.34 | 149.18 | 0.77 | 0.37 |
| Hex | 16 | A8 | 5D | 57 | 0 | 2D | 22 | 95 | 4D | 25 |
| Octal | 26 | 250 | 135 | 127 | 0 | 55 | 42 | 225 | 115 | 45 |
| Binary | 10110 | 10101000 | 1011101 | 1010111 | 0 | 101101 | 100010 | 10010101 | 1001101 | 100101 |
Color Harmonies of #16A85D
Complementary color
Monochromatic Colors of #16A85D
Black with #16A85D
Text Example
Text Example
White with #16A85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A85D; }
p { color: rgb(22,168,93); }
H1.HeaderClassName
{
color: #16A85D;
}
.AnyTagClassName
{
color: #16A85D;
}
</style>
background-color css
<style>
a { background-color: #16A85D; }
a { background-color: rgb(22,168,93); }
div.DivClassName
{
background-color: #16A85D;
}
.BgClassName
{
background-color: #16A85D;
}
</style>
border-color css
<style>
span { border-color: #16A85D; }
span { border-color: rgb(22,168,93); }
td.TdClassName
{
border-color: #16A85D;
}
.TagClassName
{
border-color: #16A85D;
}
</style>