Shades of Elf Green #11896D
Tints of Elf Green #11896D
RGB
CMYK
RGB Variations
Color information
#11896D (or 0x11896D) is known color: Elf Green. HEX triplet: 11, 89 and 6D. RGB value is (17,137,109). Sum of RGB (Red+Green+Blue) = 17+137+109=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #11896D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11896D is #EE7692. Grayscale: #616161. Windows color (decimal): -15627923 or 7178513. OLE color: 7178513.
HSL color Cylindrical-coordinate representation of color #11896D: hue angle of 166º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11896D is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 109 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.46 |
| HSL | 166º | 0.78% | 0.3% | - |
| HSV(B) | 166º | 0.88% | 0.54% | - |
| XYZ | 11.94 | 19.11 | 17.53 | - |
| YUV | 97.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 109 | 0.88 | 0 | 0.20 | 0.46 | 166 | 0.78 | 0.3 |
| Hex | 11 | 89 | 6D | 58 | 0 | 14 | 2E | A6 | 4E | 1E |
| Octal | 21 | 211 | 155 | 130 | 0 | 24 | 56 | 246 | 116 | 36 |
| Binary | 10001 | 10001001 | 1101101 | 1011000 | 0 | 10100 | 101110 | 10100110 | 1001110 | 11110 |
Color Harmonies of #11896D
Complementary color
Monochromatic Colors of #11896D
Black with #11896D
Text Example
Text Example
White with #11896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11896D; }
p { color: rgb(17,137,109); }
H1.HeaderClassName
{
color: #11896D;
}
.AnyTagClassName
{
color: #11896D;
}
</style>
background-color css
<style>
a { background-color: #11896D; }
a { background-color: rgb(17,137,109); }
div.DivClassName
{
background-color: #11896D;
}
.BgClassName
{
background-color: #11896D;
}
</style>
border-color css
<style>
span { border-color: #11896D; }
span { border-color: rgb(17,137,109); }
td.TdClassName
{
border-color: #11896D;
}
.TagClassName
{
border-color: #11896D;
}
</style>