Shades of Pigment Green #16AF5D
Tints of Pigment Green #16AF5D
RGB
CMYK
RGB Variations
Color information
#16AF5D (or 0x16AF5D) is known color: Pigment Green. HEX triplet: 16, AF and 5D. RGB value is (22,175,93). Sum of RGB (Red+Green+Blue) = 22+175+93=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AF5D is #E950A2. Grayscale: #787878. Windows color (decimal): -15290531 or 6139670. OLE color: 6139670.
HSL color Cylindrical-coordinate representation of color #16AF5D: hue angle of 147.84º 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 #16AF5D is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 93 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.31 |
| HSL | 147.84º | 0.78% | 0.39% | - |
| HSV(B) | 147.84º | 0.87% | 0.69% | - |
| XYZ | 17.64 | 31.62 | 15.53 | - |
| YUV | 119.91 | 112.81 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 93 | 0.87 | 0 | 0.47 | 0.31 | 147.84 | 0.78 | 0.39 |
| Hex | 16 | AF | 5D | 57 | 0 | 2F | 1F | 94 | 4E | 27 |
| Octal | 26 | 257 | 135 | 127 | 0 | 57 | 37 | 224 | 116 | 47 |
| Binary | 10110 | 10101111 | 1011101 | 1010111 | 0 | 101111 | 11111 | 10010100 | 1001110 | 100111 |
Color Harmonies of #16AF5D
Complementary color
Monochromatic Colors of #16AF5D
Black with #16AF5D
Text Example
Text Example
White with #16AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF5D; }
p { color: rgb(22,175,93); }
H1.HeaderClassName
{
color: #16AF5D;
}
.AnyTagClassName
{
color: #16AF5D;
}
</style>
background-color css
<style>
a { background-color: #16AF5D; }
a { background-color: rgb(22,175,93); }
div.DivClassName
{
background-color: #16AF5D;
}
.BgClassName
{
background-color: #16AF5D;
}
</style>
border-color css
<style>
span { border-color: #16AF5D; }
span { border-color: rgb(22,175,93); }
td.TdClassName
{
border-color: #16AF5D;
}
.TagClassName
{
border-color: #16AF5D;
}
</style>