Shades of Elf Green #16896B
Tints of Elf Green #16896B
RGB
CMYK
RGB Variations
Color information
#16896B (or 0x16896B) is known color: Elf Green. HEX triplet: 16, 89 and 6B. RGB value is (22,137,107). Sum of RGB (Red+Green+Blue) = 22+137+107=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #16896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16896B is #E97694. Grayscale: #636363. Windows color (decimal): -15300245 or 7047446. OLE color: 7047446.
HSL color Cylindrical-coordinate representation of color #16896B: hue angle of 164.35º 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 #16896B is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 107 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.46 |
| HSL | 164.35º | 0.72% | 0.31% | - |
| HSV(B) | 164.35º | 0.84% | 0.54% | - |
| XYZ | 11.93 | 19.12 | 16.97 | - |
| YUV | 99.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 107 | 0.84 | 0 | 0.22 | 0.46 | 164.35 | 0.72 | 0.31 |
| Hex | 16 | 89 | 6B | 54 | 0 | 16 | 2E | A4 | 48 | 1F |
| Octal | 26 | 211 | 153 | 124 | 0 | 26 | 56 | 244 | 110 | 37 |
| Binary | 10110 | 10001001 | 1101011 | 1010100 | 0 | 10110 | 101110 | 10100100 | 1001000 | 11111 |
Color Harmonies of #16896B
Complementary color
Monochromatic Colors of #16896B
Black with #16896B
Text Example
Text Example
White with #16896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16896B; }
p { color: rgb(22,137,107); }
H1.HeaderClassName
{
color: #16896B;
}
.AnyTagClassName
{
color: #16896B;
}
</style>
background-color css
<style>
a { background-color: #16896B; }
a { background-color: rgb(22,137,107); }
div.DivClassName
{
background-color: #16896B;
}
.BgClassName
{
background-color: #16896B;
}
</style>
border-color css
<style>
span { border-color: #16896B; }
span { border-color: rgb(22,137,107); }
td.TdClassName
{
border-color: #16896B;
}
.TagClassName
{
border-color: #16896B;
}
</style>