Shades of Elf Green #16967E
Tints of Elf Green #16967E
RGB
CMYK
RGB Variations
Color information
#16967E (or 0x16967E) is known color: Elf Green. HEX triplet: 16, 96 and 7E. RGB value is (22,150,126). Sum of RGB (Red+Green+Blue) = 22+150+126=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #16967E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16967E is #E96981. Grayscale: #6C6C6C. Windows color (decimal): -15296898 or 8295958. OLE color: 8295958.
HSL color Cylindrical-coordinate representation of color #16967E: hue angle of 168.75º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16967E is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 126 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.41 |
| HSL | 168.75º | 0.74% | 0.34% | - |
| HSV(B) | 168.75º | 0.85% | 0.59% | - |
| XYZ | 15 | 23.49 | 23.48 | - |
| YUV | 108.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 126 | 0.85 | 0 | 0.16 | 0.41 | 168.75 | 0.74 | 0.34 |
| Hex | 16 | 96 | 7E | 55 | 0 | 10 | 29 | A9 | 4A | 22 |
| Octal | 26 | 226 | 176 | 125 | 0 | 20 | 51 | 251 | 112 | 42 |
| Binary | 10110 | 10010110 | 1111110 | 1010101 | 0 | 10000 | 101001 | 10101001 | 1001010 | 100010 |
Color Harmonies of #16967E
Complementary color
Monochromatic Colors of #16967E
Black with #16967E
Text Example
Text Example
White with #16967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16967E; }
p { color: rgb(22,150,126); }
H1.HeaderClassName
{
color: #16967E;
}
.AnyTagClassName
{
color: #16967E;
}
</style>
background-color css
<style>
a { background-color: #16967E; }
a { background-color: rgb(22,150,126); }
div.DivClassName
{
background-color: #16967E;
}
.BgClassName
{
background-color: #16967E;
}
</style>
border-color css
<style>
span { border-color: #16967E; }
span { border-color: rgb(22,150,126); }
td.TdClassName
{
border-color: #16967E;
}
.TagClassName
{
border-color: #16967E;
}
</style>