Shades of Elf Green #16956F
Tints of Elf Green #16956F
RGB
CMYK
RGB Variations
Color information
#16956F (or 0x16956F) is known color: Elf Green. HEX triplet: 16, 95 and 6F. RGB value is (22,149,111). Sum of RGB (Red+Green+Blue) = 22+149+111=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #16956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16956F is #E96A90. Grayscale: #6A6A6A. Windows color (decimal): -15297169 or 7312662. OLE color: 7312662.
HSL color Cylindrical-coordinate representation of color #16956F: hue angle of 162.05º 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 #16956F is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 111 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.42 |
| HSL | 162.05º | 0.74% | 0.34% | - |
| HSV(B) | 162.05º | 0.85% | 0.58% | - |
| XYZ | 13.95 | 22.81 | 18.71 | - |
| YUV | 106.7 | 130.42 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 111 | 0.85 | 0 | 0.26 | 0.42 | 162.05 | 0.74 | 0.34 |
| Hex | 16 | 95 | 6F | 55 | 0 | 1A | 2A | A2 | 4A | 22 |
| Octal | 26 | 225 | 157 | 125 | 0 | 32 | 52 | 242 | 112 | 42 |
| Binary | 10110 | 10010101 | 1101111 | 1010101 | 0 | 11010 | 101010 | 10100010 | 1001010 | 100010 |
Color Harmonies of #16956F
Complementary color
Monochromatic Colors of #16956F
Black with #16956F
Text Example
Text Example
White with #16956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16956F; }
p { color: rgb(22,149,111); }
H1.HeaderClassName
{
color: #16956F;
}
.AnyTagClassName
{
color: #16956F;
}
</style>
background-color css
<style>
a { background-color: #16956F; }
a { background-color: rgb(22,149,111); }
div.DivClassName
{
background-color: #16956F;
}
.BgClassName
{
background-color: #16956F;
}
</style>
border-color css
<style>
span { border-color: #16956F; }
span { border-color: rgb(22,149,111); }
td.TdClassName
{
border-color: #16956F;
}
.TagClassName
{
border-color: #16956F;
}
</style>