Shades of Pigment Green #16AF4A
Tints of Pigment Green #16AF4A
RGB
CMYK
RGB Variations
Color information
#16AF4A (or 0x16AF4A) is known color: Pigment Green. HEX triplet: 16, AF and 4A. RGB value is (22,175,74). Sum of RGB (Red+Green+Blue) = 22+175+74=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AF4A is #E950B5. Grayscale: #757575. Windows color (decimal): -15290550 or 4894486. OLE color: 4894486.
HSL color Cylindrical-coordinate representation of color #16AF4A: hue angle of 140.39º 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 #16AF4A is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 74 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.31 |
| HSL | 140.39º | 0.78% | 0.39% | - |
| HSV(B) | 140.39º | 0.87% | 0.69% | - |
| XYZ | 16.9 | 31.32 | 11.63 | - |
| YUV | 117.74 | 103.31 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 74 | 0.87 | 0 | 0.58 | 0.31 | 140.39 | 0.78 | 0.39 |
| Hex | 16 | AF | 4A | 57 | 0 | 3A | 1F | 8C | 4E | 27 |
| Octal | 26 | 257 | 112 | 127 | 0 | 72 | 37 | 214 | 116 | 47 |
| Binary | 10110 | 10101111 | 1001010 | 1010111 | 0 | 111010 | 11111 | 10001100 | 1001110 | 100111 |
Color Harmonies of #16AF4A
Complementary color
Monochromatic Colors of #16AF4A
Black with #16AF4A
Text Example
Text Example
White with #16AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF4A; }
p { color: rgb(22,175,74); }
H1.HeaderClassName
{
color: #16AF4A;
}
.AnyTagClassName
{
color: #16AF4A;
}
</style>
background-color css
<style>
a { background-color: #16AF4A; }
a { background-color: rgb(22,175,74); }
div.DivClassName
{
background-color: #16AF4A;
}
.BgClassName
{
background-color: #16AF4A;
}
</style>
border-color css
<style>
span { border-color: #16AF4A; }
span { border-color: rgb(22,175,74); }
td.TdClassName
{
border-color: #16AF4A;
}
.TagClassName
{
border-color: #16AF4A;
}
</style>