Shades of Elf Green #11946B
Tints of Elf Green #11946B
RGB
CMYK
RGB Variations
Color information
#11946B (or 0x11946B) is known color: Elf Green. HEX triplet: 11, 94 and 6B. RGB value is (17,148,107). Sum of RGB (Red+Green+Blue) = 17+148+107=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #11946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11946B is #EE6B94. Grayscale: #686868. Windows color (decimal): -15625109 or 7050257. OLE color: 7050257.
HSL color Cylindrical-coordinate representation of color #11946B: hue angle of 161.22º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11946B is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 107 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.42 |
| HSL | 161.22º | 0.79% | 0.32% | - |
| HSV(B) | 161.22º | 0.89% | 0.58% | - |
| XYZ | 13.47 | 22.36 | 17.52 | - |
| YUV | 104.16 | 129.6 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 107 | 0.89 | 0 | 0.28 | 0.42 | 161.22 | 0.79 | 0.32 |
| Hex | 11 | 94 | 6B | 59 | 0 | 1C | 2A | A1 | 4F | 20 |
| Octal | 21 | 224 | 153 | 131 | 0 | 34 | 52 | 241 | 117 | 40 |
| Binary | 10001 | 10010100 | 1101011 | 1011001 | 0 | 11100 | 101010 | 10100001 | 1001111 | 100000 |
Color Harmonies of #11946B
Complementary color
Monochromatic Colors of #11946B
Black with #11946B
Text Example
Text Example
White with #11946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11946B; }
p { color: rgb(17,148,107); }
H1.HeaderClassName
{
color: #11946B;
}
.AnyTagClassName
{
color: #11946B;
}
</style>
background-color css
<style>
a { background-color: #11946B; }
a { background-color: rgb(17,148,107); }
div.DivClassName
{
background-color: #11946B;
}
.BgClassName
{
background-color: #11946B;
}
</style>
border-color css
<style>
span { border-color: #11946B; }
span { border-color: rgb(17,148,107); }
td.TdClassName
{
border-color: #11946B;
}
.TagClassName
{
border-color: #11946B;
}
</style>