Shades of Elf Green #16846D
Tints of Elf Green #16846D
RGB
CMYK
RGB Variations
Color information
#16846D (or 0x16846D) is known color: Elf Green. HEX triplet: 16, 84 and 6D. RGB value is (22,132,109). Sum of RGB (Red+Green+Blue) = 22+132+109=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #16846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16846D is #E97B92. Grayscale: #606060. Windows color (decimal): -15301523 or 7177238. OLE color: 7177238.
HSL color Cylindrical-coordinate representation of color #16846D: hue angle of 167.45º degrees, saturation: 0.71, 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 #16846D is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 132 | 109 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.48 |
| HSL | 167.45º | 0.71% | 0.3% | - |
| HSV(B) | 167.45º | 0.83% | 0.52% | - |
| XYZ | 11.34 | 17.78 | 17.3 | - |
| YUV | 96.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 109 | 0.83 | 0 | 0.17 | 0.48 | 167.45 | 0.71 | 0.3 |
| Hex | 16 | 84 | 6D | 53 | 0 | 11 | 30 | A7 | 47 | 1E |
| Octal | 26 | 204 | 155 | 123 | 0 | 21 | 60 | 247 | 107 | 36 |
| Binary | 10110 | 10000100 | 1101101 | 1010011 | 0 | 10001 | 110000 | 10100111 | 1000111 | 11110 |
Color Harmonies of #16846D
Complementary color
Monochromatic Colors of #16846D
Black with #16846D
Text Example
Text Example
White with #16846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16846D; }
p { color: rgb(22,132,109); }
H1.HeaderClassName
{
color: #16846D;
}
.AnyTagClassName
{
color: #16846D;
}
</style>
background-color css
<style>
a { background-color: #16846D; }
a { background-color: rgb(22,132,109); }
div.DivClassName
{
background-color: #16846D;
}
.BgClassName
{
background-color: #16846D;
}
</style>
border-color css
<style>
span { border-color: #16846D; }
span { border-color: rgb(22,132,109); }
td.TdClassName
{
border-color: #16846D;
}
.TagClassName
{
border-color: #16846D;
}
</style>