Shades of Elf Green #16856C
Tints of Elf Green #16856C
RGB
CMYK
RGB Variations
Color information
#16856C (or 0x16856C) is known color: Elf Green. HEX triplet: 16, 85 and 6C. RGB value is (22,133,108). Sum of RGB (Red+Green+Blue) = 22+133+108=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #16856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16856C is #E97A93. Grayscale: #606060. Windows color (decimal): -15301268 or 7111958. OLE color: 7111958.
HSL color Cylindrical-coordinate representation of color #16856C: hue angle of 166.49º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16856C is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 108 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.48 |
| HSL | 166.49º | 0.72% | 0.3% | - |
| HSV(B) | 166.49º | 0.83% | 0.52% | - |
| XYZ | 11.43 | 18.03 | 17.07 | - |
| YUV | 96.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 108 | 0.83 | 0 | 0.19 | 0.48 | 166.49 | 0.72 | 0.3 |
| Hex | 16 | 85 | 6C | 53 | 0 | 13 | 30 | A6 | 48 | 1E |
| Octal | 26 | 205 | 154 | 123 | 0 | 23 | 60 | 246 | 110 | 36 |
| Binary | 10110 | 10000101 | 1101100 | 1010011 | 0 | 10011 | 110000 | 10100110 | 1001000 | 11110 |
Color Harmonies of #16856C
Complementary color
Monochromatic Colors of #16856C
Black with #16856C
Text Example
Text Example
White with #16856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16856C; }
p { color: rgb(22,133,108); }
H1.HeaderClassName
{
color: #16856C;
}
.AnyTagClassName
{
color: #16856C;
}
</style>
background-color css
<style>
a { background-color: #16856C; }
a { background-color: rgb(22,133,108); }
div.DivClassName
{
background-color: #16856C;
}
.BgClassName
{
background-color: #16856C;
}
</style>
border-color css
<style>
span { border-color: #16856C; }
span { border-color: rgb(22,133,108); }
td.TdClassName
{
border-color: #16856C;
}
.TagClassName
{
border-color: #16856C;
}
</style>