Shades of Elf Green #11956F
Tints of Elf Green #11956F
RGB
CMYK
RGB Variations
Color information
#11956F (or 0x11956F) is known color: Elf Green. HEX triplet: 11, 95 and 6F. RGB value is (17,149,111). Sum of RGB (Red+Green+Blue) = 17+149+111=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #11956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11956F is #EE6A90. Grayscale: #696969. Windows color (decimal): -15624849 or 7312657. OLE color: 7312657.
HSL color Cylindrical-coordinate representation of color #11956F: hue angle of 162.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11956F is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 111 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.42 |
| HSL | 162.73º | 0.8% | 0.33% | - |
| HSV(B) | 162.73º | 0.89% | 0.58% | - |
| XYZ | 13.85 | 22.76 | 18.7 | - |
| YUV | 105.2 | 131.27 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 111 | 0.89 | 0 | 0.26 | 0.42 | 162.73 | 0.8 | 0.33 |
| Hex | 11 | 95 | 6F | 59 | 0 | 1A | 2A | A3 | 50 | 21 |
| Octal | 21 | 225 | 157 | 131 | 0 | 32 | 52 | 243 | 120 | 41 |
| Binary | 10001 | 10010101 | 1101111 | 1011001 | 0 | 11010 | 101010 | 10100011 | 1010000 | 100001 |
Color Harmonies of #11956F
Complementary color
Monochromatic Colors of #11956F
Black with #11956F
Text Example
Text Example
White with #11956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11956F; }
p { color: rgb(17,149,111); }
H1.HeaderClassName
{
color: #11956F;
}
.AnyTagClassName
{
color: #11956F;
}
</style>
background-color css
<style>
a { background-color: #11956F; }
a { background-color: rgb(17,149,111); }
div.DivClassName
{
background-color: #11956F;
}
.BgClassName
{
background-color: #11956F;
}
</style>
border-color css
<style>
span { border-color: #11956F; }
span { border-color: rgb(17,149,111); }
td.TdClassName
{
border-color: #11956F;
}
.TagClassName
{
border-color: #11956F;
}
</style>