Shades of Pigment Green #16A95C
Tints of Pigment Green #16A95C
RGB
CMYK
RGB Variations
Color information
#16A95C (or 0x16A95C) is known color: Pigment Green. HEX triplet: 16, A9 and 5C. RGB value is (22,169,92). Sum of RGB (Red+Green+Blue) = 22+169+92=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #16A95C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A95C is #E956A3. Grayscale: #747474. Windows color (decimal): -15292068 or 6072598. OLE color: 6072598.
HSL color Cylindrical-coordinate representation of color #16A95C: hue angle of 148.57º 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 #16A95C is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 169 | 92 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.34 |
| HSL | 148.57º | 0.77% | 0.37% | - |
| HSV(B) | 148.57º | 0.87% | 0.66% | - |
| XYZ | 16.45 | 29.32 | 14.92 | - |
| YUV | 116.27 | 114.3 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 92 | 0.87 | 0 | 0.46 | 0.34 | 148.57 | 0.77 | 0.37 |
| Hex | 16 | A9 | 5C | 57 | 0 | 2E | 22 | 95 | 4D | 25 |
| Octal | 26 | 251 | 134 | 127 | 0 | 56 | 42 | 225 | 115 | 45 |
| Binary | 10110 | 10101001 | 1011100 | 1010111 | 0 | 101110 | 100010 | 10010101 | 1001101 | 100101 |
Color Harmonies of #16A95C
Complementary color
Monochromatic Colors of #16A95C
Black with #16A95C
Text Example
Text Example
White with #16A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A95C; }
p { color: rgb(22,169,92); }
H1.HeaderClassName
{
color: #16A95C;
}
.AnyTagClassName
{
color: #16A95C;
}
</style>
background-color css
<style>
a { background-color: #16A95C; }
a { background-color: rgb(22,169,92); }
div.DivClassName
{
background-color: #16A95C;
}
.BgClassName
{
background-color: #16A95C;
}
</style>
border-color css
<style>
span { border-color: #16A95C; }
span { border-color: rgb(22,169,92); }
td.TdClassName
{
border-color: #16A95C;
}
.TagClassName
{
border-color: #16A95C;
}
</style>