Shades of Elf Green #16896C
Tints of Elf Green #16896C
RGB
CMYK
RGB Variations
Color information
#16896C (or 0x16896C) is known color: Elf Green. HEX triplet: 16, 89 and 6C. RGB value is (22,137,108). Sum of RGB (Red+Green+Blue) = 22+137+108=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #16896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16896C is #E97693. Grayscale: #636363. Windows color (decimal): -15300244 or 7112982. OLE color: 7112982.
HSL color Cylindrical-coordinate representation of color #16896C: hue angle of 164.87º 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 #16896C is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 108 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.46 |
| HSL | 164.87º | 0.72% | 0.31% | - |
| HSV(B) | 164.87º | 0.84% | 0.54% | - |
| XYZ | 11.98 | 19.14 | 17.25 | - |
| YUV | 99.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 108 | 0.84 | 0 | 0.21 | 0.46 | 164.87 | 0.72 | 0.31 |
| Hex | 16 | 89 | 6C | 54 | 0 | 15 | 2E | A5 | 48 | 1F |
| Octal | 26 | 211 | 154 | 124 | 0 | 25 | 56 | 245 | 110 | 37 |
| Binary | 10110 | 10001001 | 1101100 | 1010100 | 0 | 10101 | 101110 | 10100101 | 1001000 | 11111 |
Color Harmonies of #16896C
Complementary color
Monochromatic Colors of #16896C
Black with #16896C
Text Example
Text Example
White with #16896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16896C; }
p { color: rgb(22,137,108); }
H1.HeaderClassName
{
color: #16896C;
}
.AnyTagClassName
{
color: #16896C;
}
</style>
background-color css
<style>
a { background-color: #16896C; }
a { background-color: rgb(22,137,108); }
div.DivClassName
{
background-color: #16896C;
}
.BgClassName
{
background-color: #16896C;
}
</style>
border-color css
<style>
span { border-color: #16896C; }
span { border-color: rgb(22,137,108); }
td.TdClassName
{
border-color: #16896C;
}
.TagClassName
{
border-color: #16896C;
}
</style>