Shades of Elf Green #16896E
Tints of Elf Green #16896E
RGB
CMYK
RGB Variations
Color information
#16896E (or 0x16896E) is known color: Elf Green. HEX triplet: 16, 89 and 6E. RGB value is (22,137,110). Sum of RGB (Red+Green+Blue) = 22+137+110=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #16896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16896E is #E97691. Grayscale: #636363. Windows color (decimal): -15300242 or 7244054. OLE color: 7244054.
HSL color Cylindrical-coordinate representation of color #16896E: hue angle of 165.91º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16896E is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 110 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.46 |
| HSL | 165.91º | 0.72% | 0.31% | - |
| HSV(B) | 165.91º | 0.84% | 0.54% | - |
| XYZ | 12.09 | 19.19 | 17.82 | - |
| YUV | 99.54 | 133.9 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 110 | 0.84 | 0 | 0.20 | 0.46 | 165.91 | 0.72 | 0.31 |
| Hex | 16 | 89 | 6E | 54 | 0 | 14 | 2E | A6 | 48 | 1F |
| Octal | 26 | 211 | 156 | 124 | 0 | 24 | 56 | 246 | 110 | 37 |
| Binary | 10110 | 10001001 | 1101110 | 1010100 | 0 | 10100 | 101110 | 10100110 | 1001000 | 11111 |
Color Harmonies of #16896E
Complementary color
Monochromatic Colors of #16896E
Black with #16896E
Text Example
Text Example
White with #16896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16896E; }
p { color: rgb(22,137,110); }
H1.HeaderClassName
{
color: #16896E;
}
.AnyTagClassName
{
color: #16896E;
}
</style>
background-color css
<style>
a { background-color: #16896E; }
a { background-color: rgb(22,137,110); }
div.DivClassName
{
background-color: #16896E;
}
.BgClassName
{
background-color: #16896E;
}
</style>
border-color css
<style>
span { border-color: #16896E; }
span { border-color: rgb(22,137,110); }
td.TdClassName
{
border-color: #16896E;
}
.TagClassName
{
border-color: #16896E;
}
</style>