Shades of Pigment Green #16AF5C
Tints of Pigment Green #16AF5C
RGB
CMYK
RGB Variations
Color information
#16AF5C (or 0x16AF5C) is known color: Pigment Green. HEX triplet: 16, AF and 5C. RGB value is (22,175,92). Sum of RGB (Red+Green+Blue) = 22+175+92=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AF5C is #E950A3. Grayscale: #777777. Windows color (decimal): -15290532 or 6074134. OLE color: 6074134.
HSL color Cylindrical-coordinate representation of color #16AF5C: hue angle of 147.45º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF5C is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 92 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.31 |
| HSL | 147.45º | 0.78% | 0.39% | - |
| HSV(B) | 147.45º | 0.87% | 0.69% | - |
| XYZ | 17.59 | 31.6 | 15.3 | - |
| YUV | 119.79 | 112.31 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 92 | 0.87 | 0 | 0.47 | 0.31 | 147.45 | 0.78 | 0.39 |
| Hex | 16 | AF | 5C | 57 | 0 | 2F | 1F | 93 | 4E | 27 |
| Octal | 26 | 257 | 134 | 127 | 0 | 57 | 37 | 223 | 116 | 47 |
| Binary | 10110 | 10101111 | 1011100 | 1010111 | 0 | 101111 | 11111 | 10010011 | 1001110 | 100111 |
Color Harmonies of #16AF5C
Complementary color
Monochromatic Colors of #16AF5C
Black with #16AF5C
Text Example
Text Example
White with #16AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF5C; }
p { color: rgb(22,175,92); }
H1.HeaderClassName
{
color: #16AF5C;
}
.AnyTagClassName
{
color: #16AF5C;
}
</style>
background-color css
<style>
a { background-color: #16AF5C; }
a { background-color: rgb(22,175,92); }
div.DivClassName
{
background-color: #16AF5C;
}
.BgClassName
{
background-color: #16AF5C;
}
</style>
border-color css
<style>
span { border-color: #16AF5C; }
span { border-color: rgb(22,175,92); }
td.TdClassName
{
border-color: #16AF5C;
}
.TagClassName
{
border-color: #16AF5C;
}
</style>