Shades of Elf Green #16887A
Tints of Elf Green #16887A
RGB
CMYK
RGB Variations
Color information
#16887A (or 0x16887A) is known color: Elf Green. HEX triplet: 16, 88 and 7A. RGB value is (22,136,122). Sum of RGB (Red+Green+Blue) = 22+136+122=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #16887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16887A is #E97785. Grayscale: #646464. Windows color (decimal): -15300486 or 8030230. OLE color: 8030230.
HSL color Cylindrical-coordinate representation of color #16887A: hue angle of 172.63º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16887A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 122 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.47 |
| HSL | 172.63º | 0.72% | 0.31% | - |
| HSV(B) | 172.63º | 0.84% | 0.53% | - |
| XYZ | 12.65 | 19.18 | 21.45 | - |
| YUV | 100.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 122 | 0.84 | 0 | 0.10 | 0.47 | 172.63 | 0.72 | 0.31 |
| Hex | 16 | 88 | 7A | 54 | 0 | A | 2F | AD | 48 | 1F |
| Octal | 26 | 210 | 172 | 124 | 0 | 12 | 57 | 255 | 110 | 37 |
| Binary | 10110 | 10001000 | 1111010 | 1010100 | 0 | 1010 | 101111 | 10101101 | 1001000 | 11111 |
Color Harmonies of #16887A
Complementary color
Monochromatic Colors of #16887A
Black with #16887A
Text Example
Text Example
White with #16887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16887A; }
p { color: rgb(22,136,122); }
H1.HeaderClassName
{
color: #16887A;
}
.AnyTagClassName
{
color: #16887A;
}
</style>
background-color css
<style>
a { background-color: #16887A; }
a { background-color: rgb(22,136,122); }
div.DivClassName
{
background-color: #16887A;
}
.BgClassName
{
background-color: #16887A;
}
</style>
border-color css
<style>
span { border-color: #16887A; }
span { border-color: rgb(22,136,122); }
td.TdClassName
{
border-color: #16887A;
}
.TagClassName
{
border-color: #16887A;
}
</style>