Shades of Pigment Green #16984D
Tints of Pigment Green #16984D
RGB
CMYK
RGB Variations
Color information
#16984D (or 0x16984D) is known color: Pigment Green. HEX triplet: 16, 98 and 4D. RGB value is (22,152,77). Sum of RGB (Red+Green+Blue) = 22+152+77=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #16984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16984D is #E967B2. Grayscale: #686868. Windows color (decimal): -15296435 or 5085206. OLE color: 5085206.
HSL color Cylindrical-coordinate representation of color #16984D: hue angle of 145.38º 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 #16984D is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 77 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.40 |
| HSL | 145.38º | 0.75% | 0.34% | - |
| HSV(B) | 145.38º | 0.86% | 0.6% | - |
| XYZ | 12.9 | 23.16 | 10.81 | - |
| YUV | 104.58 | 112.43 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 77 | 0.86 | 0 | 0.49 | 0.40 | 145.38 | 0.75 | 0.34 |
| Hex | 16 | 98 | 4D | 56 | 0 | 31 | 28 | 91 | 4B | 22 |
| Octal | 26 | 230 | 115 | 126 | 0 | 61 | 50 | 221 | 113 | 42 |
| Binary | 10110 | 10011000 | 1001101 | 1010110 | 0 | 110001 | 101000 | 10010001 | 1001011 | 100010 |
Color Harmonies of #16984D
Complementary color
Monochromatic Colors of #16984D
Black with #16984D
Text Example
Text Example
White with #16984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16984D; }
p { color: rgb(22,152,77); }
H1.HeaderClassName
{
color: #16984D;
}
.AnyTagClassName
{
color: #16984D;
}
</style>
background-color css
<style>
a { background-color: #16984D; }
a { background-color: rgb(22,152,77); }
div.DivClassName
{
background-color: #16984D;
}
.BgClassName
{
background-color: #16984D;
}
</style>
border-color css
<style>
span { border-color: #16984D; }
span { border-color: rgb(22,152,77); }
td.TdClassName
{
border-color: #16984D;
}
.TagClassName
{
border-color: #16984D;
}
</style>