Shades of Elf Green #11956B
Tints of Elf Green #11956B
RGB
CMYK
RGB Variations
Color information
#11956B (or 0x11956B) is known color: Elf Green. HEX triplet: 11, 95 and 6B. RGB value is (17,149,107). Sum of RGB (Red+Green+Blue) = 17+149+107=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #11956B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11956B is #EE6A94. Grayscale: #686868. Windows color (decimal): -15624853 or 7050513. OLE color: 7050513.
HSL color Cylindrical-coordinate representation of color #11956B: hue angle of 160.91º 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 #11956B is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 107 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.42 |
| HSL | 160.91º | 0.8% | 0.33% | - |
| HSV(B) | 160.91º | 0.89% | 0.58% | - |
| XYZ | 13.63 | 22.68 | 17.57 | - |
| YUV | 104.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 107 | 0.89 | 0 | 0.28 | 0.42 | 160.91 | 0.8 | 0.33 |
| Hex | 11 | 95 | 6B | 59 | 0 | 1C | 2A | A1 | 50 | 21 |
| Octal | 21 | 225 | 153 | 131 | 0 | 34 | 52 | 241 | 120 | 41 |
| Binary | 10001 | 10010101 | 1101011 | 1011001 | 0 | 11100 | 101010 | 10100001 | 1010000 | 100001 |
Color Harmonies of #11956B
Complementary color
Monochromatic Colors of #11956B
Black with #11956B
Text Example
Text Example
White with #11956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11956B; }
p { color: rgb(17,149,107); }
H1.HeaderClassName
{
color: #11956B;
}
.AnyTagClassName
{
color: #11956B;
}
</style>
background-color css
<style>
a { background-color: #11956B; }
a { background-color: rgb(17,149,107); }
div.DivClassName
{
background-color: #11956B;
}
.BgClassName
{
background-color: #11956B;
}
</style>
border-color css
<style>
span { border-color: #11956B; }
span { border-color: rgb(17,149,107); }
td.TdClassName
{
border-color: #11956B;
}
.TagClassName
{
border-color: #11956B;
}
</style>