Shades of Elf Green #16885D
Tints of Elf Green #16885D
RGB
CMYK
RGB Variations
Color information
#16885D (or 0x16885D) is known color: Elf Green. HEX triplet: 16, 88 and 5D. RGB value is (22,136,93). Sum of RGB (Red+Green+Blue) = 22+136+93=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #16885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16885D is #E977A2. Grayscale: #616161. Windows color (decimal): -15300515 or 6129686. OLE color: 6129686.
HSL color Cylindrical-coordinate representation of color #16885D: hue angle of 157.37º 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 #16885D is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 93 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.47 |
| HSL | 157.37º | 0.72% | 0.31% | - |
| HSV(B) | 157.37º | 0.84% | 0.53% | - |
| XYZ | 11.11 | 18.57 | 13.35 | - |
| YUV | 97.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 93 | 0.84 | 0 | 0.32 | 0.47 | 157.37 | 0.72 | 0.31 |
| Hex | 16 | 88 | 5D | 54 | 0 | 20 | 2F | 9D | 48 | 1F |
| Octal | 26 | 210 | 135 | 124 | 0 | 40 | 57 | 235 | 110 | 37 |
| Binary | 10110 | 10001000 | 1011101 | 1010100 | 0 | 100000 | 101111 | 10011101 | 1001000 | 11111 |
Color Harmonies of #16885D
Complementary color
Monochromatic Colors of #16885D
Black with #16885D
Text Example
Text Example
White with #16885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16885D; }
p { color: rgb(22,136,93); }
H1.HeaderClassName
{
color: #16885D;
}
.AnyTagClassName
{
color: #16885D;
}
</style>
background-color css
<style>
a { background-color: #16885D; }
a { background-color: rgb(22,136,93); }
div.DivClassName
{
background-color: #16885D;
}
.BgClassName
{
background-color: #16885D;
}
</style>
border-color css
<style>
span { border-color: #16885D; }
span { border-color: rgb(22,136,93); }
td.TdClassName
{
border-color: #16885D;
}
.TagClassName
{
border-color: #16885D;
}
</style>