Shades of Elf Green #16986D
Tints of Elf Green #16986D
RGB
CMYK
RGB Variations
Color information
#16986D (or 0x16986D) is known color: Elf Green. HEX triplet: 16, 98 and 6D. RGB value is (22,152,109). Sum of RGB (Red+Green+Blue) = 22+152+109=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #16986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16986D is #E96792. Grayscale: #6C6C6C. Windows color (decimal): -15296403 or 7182358. OLE color: 7182358.
HSL color Cylindrical-coordinate representation of color #16986D: hue angle of 160.15º 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 #16986D is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 109 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.40 |
| HSL | 160.15º | 0.75% | 0.34% | - |
| HSV(B) | 160.15º | 0.86% | 0.6% | - |
| XYZ | 14.32 | 23.73 | 18.29 | - |
| YUV | 108.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 109 | 0.86 | 0 | 0.28 | 0.40 | 160.15 | 0.75 | 0.34 |
| Hex | 16 | 98 | 6D | 56 | 0 | 1C | 28 | A0 | 4B | 22 |
| Octal | 26 | 230 | 155 | 126 | 0 | 34 | 50 | 240 | 113 | 42 |
| Binary | 10110 | 10011000 | 1101101 | 1010110 | 0 | 11100 | 101000 | 10100000 | 1001011 | 100010 |
Color Harmonies of #16986D
Complementary color
Monochromatic Colors of #16986D
Black with #16986D
Text Example
Text Example
White with #16986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16986D; }
p { color: rgb(22,152,109); }
H1.HeaderClassName
{
color: #16986D;
}
.AnyTagClassName
{
color: #16986D;
}
</style>
background-color css
<style>
a { background-color: #16986D; }
a { background-color: rgb(22,152,109); }
div.DivClassName
{
background-color: #16986D;
}
.BgClassName
{
background-color: #16986D;
}
</style>
border-color css
<style>
span { border-color: #16986D; }
span { border-color: rgb(22,152,109); }
td.TdClassName
{
border-color: #16986D;
}
.TagClassName
{
border-color: #16986D;
}
</style>