Shades of Elf Green #10886D
Tints of Elf Green #10886D
RGB
CMYK
RGB Variations
Color information
#10886D (or 0x10886D) is known color: Elf Green. HEX triplet: 10, 88 and 6D. RGB value is (16,136,109). Sum of RGB (Red+Green+Blue) = 16+136+109=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #10886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10886D is #EF7792. Grayscale: #616161. Windows color (decimal): -15693715 or 7178256. OLE color: 7178256.
HSL color Cylindrical-coordinate representation of color #10886D: hue angle of 166.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10886D is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 109 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.47 |
| HSL | 166.5º | 0.79% | 0.3% | - |
| HSV(B) | 166.5º | 0.88% | 0.53% | - |
| XYZ | 11.78 | 18.82 | 17.48 | - |
| YUV | 97.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 109 | 0.88 | 0 | 0.20 | 0.47 | 166.5 | 0.79 | 0.3 |
| Hex | 10 | 88 | 6D | 58 | 0 | 14 | 2F | A6 | 4F | 1E |
| Octal | 20 | 210 | 155 | 130 | 0 | 24 | 57 | 246 | 117 | 36 |
| Binary | 10000 | 10001000 | 1101101 | 1011000 | 0 | 10100 | 101111 | 10100110 | 1001111 | 11110 |
Color Harmonies of #10886D
Complementary color
Monochromatic Colors of #10886D
Black with #10886D
Text Example
Text Example
White with #10886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10886D; }
p { color: rgb(16,136,109); }
H1.HeaderClassName
{
color: #10886D;
}
.AnyTagClassName
{
color: #10886D;
}
</style>
background-color css
<style>
a { background-color: #10886D; }
a { background-color: rgb(16,136,109); }
div.DivClassName
{
background-color: #10886D;
}
.BgClassName
{
background-color: #10886D;
}
</style>
border-color css
<style>
span { border-color: #10886D; }
span { border-color: rgb(16,136,109); }
td.TdClassName
{
border-color: #10886D;
}
.TagClassName
{
border-color: #10886D;
}
</style>