Shades of Pigment Green #16994B
Tints of Pigment Green #16994B
RGB
CMYK
RGB Variations
Color information
#16994B (or 0x16994B) is known color: Pigment Green. HEX triplet: 16, 99 and 4B. RGB value is (22,153,75). Sum of RGB (Red+Green+Blue) = 22+153+75=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #16994B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16994B is #E966B4. Grayscale: #696969. Windows color (decimal): -15296181 or 4954390. OLE color: 4954390.
HSL color Cylindrical-coordinate representation of color #16994B: hue angle of 144.27º 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 #16994B is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 75 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.4 |
| HSL | 144.27º | 0.75% | 0.34% | - |
| HSV(B) | 144.27º | 0.86% | 0.6% | - |
| XYZ | 12.99 | 23.46 | 10.5 | - |
| YUV | 104.94 | 111.1 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 75 | 0.86 | 0 | 0.51 | 0.4 | 144.27 | 0.75 | 0.34 |
| Hex | 16 | 99 | 4B | 56 | 0 | 33 | 28 | 90 | 4B | 22 |
| Octal | 26 | 231 | 113 | 126 | 0 | 63 | 50 | 220 | 113 | 42 |
| Binary | 10110 | 10011001 | 1001011 | 1010110 | 0 | 110011 | 101000 | 10010000 | 1001011 | 100010 |
Color Harmonies of #16994B
Complementary color
Monochromatic Colors of #16994B
Black with #16994B
Text Example
Text Example
White with #16994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16994B; }
p { color: rgb(22,153,75); }
H1.HeaderClassName
{
color: #16994B;
}
.AnyTagClassName
{
color: #16994B;
}
</style>
background-color css
<style>
a { background-color: #16994B; }
a { background-color: rgb(22,153,75); }
div.DivClassName
{
background-color: #16994B;
}
.BgClassName
{
background-color: #16994B;
}
</style>
border-color css
<style>
span { border-color: #16994B; }
span { border-color: rgb(22,153,75); }
td.TdClassName
{
border-color: #16994B;
}
.TagClassName
{
border-color: #16994B;
}
</style>