Shades of Elf Green #16866D
Tints of Elf Green #16866D
RGB
CMYK
RGB Variations
Color information
#16866D (or 0x16866D) is known color: Elf Green. HEX triplet: 16, 86 and 6D. RGB value is (22,134,109). Sum of RGB (Red+Green+Blue) = 22+134+109=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #16866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16866D is #E97992. Grayscale: #616161. Windows color (decimal): -15301011 or 7177750. OLE color: 7177750.
HSL color Cylindrical-coordinate representation of color #16866D: hue angle of 166.61º 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 #16866D is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 109 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.47 |
| HSL | 166.61º | 0.72% | 0.31% | - |
| HSV(B) | 166.61º | 0.84% | 0.53% | - |
| XYZ | 11.62 | 18.32 | 17.39 | - |
| YUV | 97.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 109 | 0.84 | 0 | 0.19 | 0.47 | 166.61 | 0.72 | 0.31 |
| Hex | 16 | 86 | 6D | 54 | 0 | 13 | 2F | A7 | 48 | 1F |
| Octal | 26 | 206 | 155 | 124 | 0 | 23 | 57 | 247 | 110 | 37 |
| Binary | 10110 | 10000110 | 1101101 | 1010100 | 0 | 10011 | 101111 | 10100111 | 1001000 | 11111 |
Color Harmonies of #16866D
Complementary color
Monochromatic Colors of #16866D
Black with #16866D
Text Example
Text Example
White with #16866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16866D; }
p { color: rgb(22,134,109); }
H1.HeaderClassName
{
color: #16866D;
}
.AnyTagClassName
{
color: #16866D;
}
</style>
background-color css
<style>
a { background-color: #16866D; }
a { background-color: rgb(22,134,109); }
div.DivClassName
{
background-color: #16866D;
}
.BgClassName
{
background-color: #16866D;
}
</style>
border-color css
<style>
span { border-color: #16866D; }
span { border-color: rgb(22,134,109); }
td.TdClassName
{
border-color: #16866D;
}
.TagClassName
{
border-color: #16866D;
}
</style>