Shades of Elf Green #11976D
Tints of Elf Green #11976D
RGB
CMYK
RGB Variations
Color information
#11976D (or 0x11976D) is known color: Elf Green. HEX triplet: 11, 97 and 6D. RGB value is (17,151,109). Sum of RGB (Red+Green+Blue) = 17+151+109=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #11976D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11976D is #EE6892. Grayscale: #6A6A6A. Windows color (decimal): -15624339 or 7182097. OLE color: 7182097.
HSL color Cylindrical-coordinate representation of color #11976D: hue angle of 161.19º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11976D is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 109 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.41 |
| HSL | 161.19º | 0.8% | 0.33% | - |
| HSV(B) | 161.19º | 0.89% | 0.59% | - |
| XYZ | 14.06 | 23.36 | 18.24 | - |
| YUV | 106.15 | 129.61 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 109 | 0.89 | 0 | 0.28 | 0.41 | 161.19 | 0.8 | 0.33 |
| Hex | 11 | 97 | 6D | 59 | 0 | 1C | 29 | A1 | 50 | 21 |
| Octal | 21 | 227 | 155 | 131 | 0 | 34 | 51 | 241 | 120 | 41 |
| Binary | 10001 | 10010111 | 1101101 | 1011001 | 0 | 11100 | 101001 | 10100001 | 1010000 | 100001 |
Color Harmonies of #11976D
Complementary color
Monochromatic Colors of #11976D
Black with #11976D
Text Example
Text Example
White with #11976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11976D; }
p { color: rgb(17,151,109); }
H1.HeaderClassName
{
color: #11976D;
}
.AnyTagClassName
{
color: #11976D;
}
</style>
background-color css
<style>
a { background-color: #11976D; }
a { background-color: rgb(17,151,109); }
div.DivClassName
{
background-color: #11976D;
}
.BgClassName
{
background-color: #11976D;
}
</style>
border-color css
<style>
span { border-color: #11976D; }
span { border-color: rgb(17,151,109); }
td.TdClassName
{
border-color: #11976D;
}
.TagClassName
{
border-color: #11976D;
}
</style>