Shades of Pigment Green #16994D
Tints of Pigment Green #16994D
RGB
CMYK
RGB Variations
Color information
#16994D (or 0x16994D) is known color: Pigment Green. HEX triplet: 16, 99 and 4D. RGB value is (22,153,77). Sum of RGB (Red+Green+Blue) = 22+153+77=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #16994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16994D is #E966B2. Grayscale: #696969. Windows color (decimal): -15296179 or 5085462. OLE color: 5085462.
HSL color Cylindrical-coordinate representation of color #16994D: hue angle of 145.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16994D is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 77 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.4 |
| HSL | 145.19º | 0.75% | 0.34% | - |
| HSV(B) | 145.19º | 0.86% | 0.6% | - |
| XYZ | 13.06 | 23.49 | 10.87 | - |
| YUV | 105.17 | 112.1 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 77 | 0.86 | 0 | 0.50 | 0.4 | 145.19 | 0.75 | 0.34 |
| Hex | 16 | 99 | 4D | 56 | 0 | 32 | 28 | 91 | 4B | 22 |
| Octal | 26 | 231 | 115 | 126 | 0 | 62 | 50 | 221 | 113 | 42 |
| Binary | 10110 | 10011001 | 1001101 | 1010110 | 0 | 110010 | 101000 | 10010001 | 1001011 | 100010 |
Color Harmonies of #16994D
Complementary color
Monochromatic Colors of #16994D
Black with #16994D
Text Example
Text Example
White with #16994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16994D; }
p { color: rgb(22,153,77); }
H1.HeaderClassName
{
color: #16994D;
}
.AnyTagClassName
{
color: #16994D;
}
</style>
background-color css
<style>
a { background-color: #16994D; }
a { background-color: rgb(22,153,77); }
div.DivClassName
{
background-color: #16994D;
}
.BgClassName
{
background-color: #16994D;
}
</style>
border-color css
<style>
span { border-color: #16994D; }
span { border-color: rgb(22,153,77); }
td.TdClassName
{
border-color: #16994D;
}
.TagClassName
{
border-color: #16994D;
}
</style>