Shades of Elf Green #11966F
Tints of Elf Green #11966F
RGB
CMYK
RGB Variations
Color information
#11966F (or 0x11966F) is known color: Elf Green. HEX triplet: 11, 96 and 6F. RGB value is (17,150,111). Sum of RGB (Red+Green+Blue) = 17+150+111=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #11966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11966F is #EE6990. Grayscale: #696969. Windows color (decimal): -15624593 or 7312913. OLE color: 7312913.
HSL color Cylindrical-coordinate representation of color #11966F: hue angle of 162.41º 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 #11966F is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 111 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.41 |
| HSL | 162.41º | 0.8% | 0.33% | - |
| HSV(B) | 162.41º | 0.89% | 0.59% | - |
| XYZ | 14.01 | 23.08 | 18.76 | - |
| YUV | 105.79 | 130.94 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 111 | 0.89 | 0 | 0.26 | 0.41 | 162.41 | 0.8 | 0.33 |
| Hex | 11 | 96 | 6F | 59 | 0 | 1A | 29 | A2 | 50 | 21 |
| Octal | 21 | 226 | 157 | 131 | 0 | 32 | 51 | 242 | 120 | 41 |
| Binary | 10001 | 10010110 | 1101111 | 1011001 | 0 | 11010 | 101001 | 10100010 | 1010000 | 100001 |
Color Harmonies of #11966F
Complementary color
Monochromatic Colors of #11966F
Black with #11966F
Text Example
Text Example
White with #11966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11966F; }
p { color: rgb(17,150,111); }
H1.HeaderClassName
{
color: #11966F;
}
.AnyTagClassName
{
color: #11966F;
}
</style>
background-color css
<style>
a { background-color: #11966F; }
a { background-color: rgb(17,150,111); }
div.DivClassName
{
background-color: #11966F;
}
.BgClassName
{
background-color: #11966F;
}
</style>
border-color css
<style>
span { border-color: #11966F; }
span { border-color: rgb(17,150,111); }
td.TdClassName
{
border-color: #11966F;
}
.TagClassName
{
border-color: #11966F;
}
</style>