Shades of Pigment Green #16994C
Tints of Pigment Green #16994C
RGB
CMYK
RGB Variations
Color information
#16994C (or 0x16994C) is known color: Pigment Green. HEX triplet: 16, 99 and 4C. RGB value is (22,153,76). Sum of RGB (Red+Green+Blue) = 22+153+76=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 153 (60.16% from 255 or 60.96% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 153 - color contains mainly: green. Hex color #16994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16994C is #E966B3. Grayscale: #696969. Windows color (decimal): -15296180 or 5019926. OLE color: 5019926.
HSL color Cylindrical-coordinate representation of color #16994C: hue angle of 144.73º 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 #16994C is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 76 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.4 |
| HSL | 144.73º | 0.75% | 0.34% | - |
| HSV(B) | 144.73º | 0.86% | 0.6% | - |
| XYZ | 13.03 | 23.47 | 10.68 | - |
| YUV | 105.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 76 | 0.86 | 0 | 0.50 | 0.4 | 144.73 | 0.75 | 0.34 |
| Hex | 16 | 99 | 4C | 56 | 0 | 32 | 28 | 91 | 4B | 22 |
| Octal | 26 | 231 | 114 | 126 | 0 | 62 | 50 | 221 | 113 | 42 |
| Binary | 10110 | 10011001 | 1001100 | 1010110 | 0 | 110010 | 101000 | 10010001 | 1001011 | 100010 |
Color Harmonies of #16994C
Complementary color
Monochromatic Colors of #16994C
Black with #16994C
Text Example
Text Example
White with #16994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16994C; }
p { color: rgb(22,153,76); }
H1.HeaderClassName
{
color: #16994C;
}
.AnyTagClassName
{
color: #16994C;
}
</style>
background-color css
<style>
a { background-color: #16994C; }
a { background-color: rgb(22,153,76); }
div.DivClassName
{
background-color: #16994C;
}
.BgClassName
{
background-color: #16994C;
}
</style>
border-color css
<style>
span { border-color: #16994C; }
span { border-color: rgb(22,153,76); }
td.TdClassName
{
border-color: #16994C;
}
.TagClassName
{
border-color: #16994C;
}
</style>