Shades of Elf Green #16956D
Tints of Elf Green #16956D
RGB
CMYK
RGB Variations
Color information
#16956D (or 0x16956D) is known color: Elf Green. HEX triplet: 16, 95 and 6D. RGB value is (22,149,109). Sum of RGB (Red+Green+Blue) = 22+149+109=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #16956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16956D is #E96A92. Grayscale: #6A6A6A. Windows color (decimal): -15297171 or 7181590. OLE color: 7181590.
HSL color Cylindrical-coordinate representation of color #16956D: hue angle of 161.1º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16956D is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 109 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.42 |
| HSL | 161.1º | 0.74% | 0.34% | - |
| HSV(B) | 161.1º | 0.85% | 0.58% | - |
| XYZ | 13.84 | 22.77 | 18.13 | - |
| YUV | 106.47 | 129.42 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 109 | 0.85 | 0 | 0.27 | 0.42 | 161.1 | 0.74 | 0.34 |
| Hex | 16 | 95 | 6D | 55 | 0 | 1B | 2A | A1 | 4A | 22 |
| Octal | 26 | 225 | 155 | 125 | 0 | 33 | 52 | 241 | 112 | 42 |
| Binary | 10110 | 10010101 | 1101101 | 1010101 | 0 | 11011 | 101010 | 10100001 | 1001010 | 100010 |
Color Harmonies of #16956D
Complementary color
Monochromatic Colors of #16956D
Black with #16956D
Text Example
Text Example
White with #16956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16956D; }
p { color: rgb(22,149,109); }
H1.HeaderClassName
{
color: #16956D;
}
.AnyTagClassName
{
color: #16956D;
}
</style>
background-color css
<style>
a { background-color: #16956D; }
a { background-color: rgb(22,149,109); }
div.DivClassName
{
background-color: #16956D;
}
.BgClassName
{
background-color: #16956D;
}
</style>
border-color css
<style>
span { border-color: #16956D; }
span { border-color: rgb(22,149,109); }
td.TdClassName
{
border-color: #16956D;
}
.TagClassName
{
border-color: #16956D;
}
</style>