Shades of Elf Green #16896D
Tints of Elf Green #16896D
RGB
CMYK
RGB Variations
Color information
#16896D (or 0x16896D) is known color: Elf Green. HEX triplet: 16, 89 and 6D. RGB value is (22,137,109). Sum of RGB (Red+Green+Blue) = 22+137+109=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #16896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16896D is #E97692. Grayscale: #636363. Windows color (decimal): -15300243 or 7178518. OLE color: 7178518.
HSL color Cylindrical-coordinate representation of color #16896D: hue angle of 165.39º 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 #16896D is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 109 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.46 |
| HSL | 165.39º | 0.72% | 0.31% | - |
| HSV(B) | 165.39º | 0.84% | 0.54% | - |
| XYZ | 12.04 | 19.17 | 17.53 | - |
| YUV | 99.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 109 | 0.84 | 0 | 0.20 | 0.46 | 165.39 | 0.72 | 0.31 |
| Hex | 16 | 89 | 6D | 54 | 0 | 14 | 2E | A5 | 48 | 1F |
| Octal | 26 | 211 | 155 | 124 | 0 | 24 | 56 | 245 | 110 | 37 |
| Binary | 10110 | 10001001 | 1101101 | 1010100 | 0 | 10100 | 101110 | 10100101 | 1001000 | 11111 |
Color Harmonies of #16896D
Complementary color
Monochromatic Colors of #16896D
Black with #16896D
Text Example
Text Example
White with #16896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16896D; }
p { color: rgb(22,137,109); }
H1.HeaderClassName
{
color: #16896D;
}
.AnyTagClassName
{
color: #16896D;
}
</style>
background-color css
<style>
a { background-color: #16896D; }
a { background-color: rgb(22,137,109); }
div.DivClassName
{
background-color: #16896D;
}
.BgClassName
{
background-color: #16896D;
}
</style>
border-color css
<style>
span { border-color: #16896D; }
span { border-color: rgb(22,137,109); }
td.TdClassName
{
border-color: #16896D;
}
.TagClassName
{
border-color: #16896D;
}
</style>