Shades of Elf Green #16885F
Tints of Elf Green #16885F
RGB
CMYK
RGB Variations
Color information
#16885F (or 0x16885F) is known color: Elf Green. HEX triplet: 16, 88 and 5F. RGB value is (22,136,95). Sum of RGB (Red+Green+Blue) = 22+136+95=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #16885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16885F is #E977A0. Grayscale: #616161. Windows color (decimal): -15300513 or 6260758. OLE color: 6260758.
HSL color Cylindrical-coordinate representation of color #16885F: hue angle of 158.42º 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 #16885F is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 95 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.47 |
| HSL | 158.42º | 0.72% | 0.31% | - |
| HSV(B) | 158.42º | 0.84% | 0.53% | - |
| XYZ | 11.2 | 18.61 | 13.83 | - |
| YUV | 97.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 95 | 0.84 | 0 | 0.30 | 0.47 | 158.42 | 0.72 | 0.31 |
| Hex | 16 | 88 | 5F | 54 | 0 | 1E | 2F | 9E | 48 | 1F |
| Octal | 26 | 210 | 137 | 124 | 0 | 36 | 57 | 236 | 110 | 37 |
| Binary | 10110 | 10001000 | 1011111 | 1010100 | 0 | 11110 | 101111 | 10011110 | 1001000 | 11111 |
Color Harmonies of #16885F
Complementary color
Monochromatic Colors of #16885F
Black with #16885F
Text Example
Text Example
White with #16885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16885F; }
p { color: rgb(22,136,95); }
H1.HeaderClassName
{
color: #16885F;
}
.AnyTagClassName
{
color: #16885F;
}
</style>
background-color css
<style>
a { background-color: #16885F; }
a { background-color: rgb(22,136,95); }
div.DivClassName
{
background-color: #16885F;
}
.BgClassName
{
background-color: #16885F;
}
</style>
border-color css
<style>
span { border-color: #16885F; }
span { border-color: rgb(22,136,95); }
td.TdClassName
{
border-color: #16885F;
}
.TagClassName
{
border-color: #16885F;
}
</style>