Shades of Elf Green #119471
Tints of Elf Green #119471
RGB
CMYK
RGB Variations
Color information
#119471 (or 0x119471) is known color: Elf Green. HEX triplet: 11, 94 and 71. RGB value is (17,148,113). Sum of RGB (Red+Green+Blue) = 17+148+113=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #119471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119471 is #EE6B8E. Grayscale: #686868. Windows color (decimal): -15625103 or 7443473. OLE color: 7443473.
HSL color Cylindrical-coordinate representation of color #119471: hue angle of 163.97º 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 #119471 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 113 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.42 |
| HSL | 163.97º | 0.79% | 0.32% | - |
| HSV(B) | 163.97º | 0.89% | 0.58% | - |
| XYZ | 13.8 | 22.49 | 19.24 | - |
| YUV | 104.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 113 | 0.89 | 0 | 0.24 | 0.42 | 163.97 | 0.79 | 0.32 |
| Hex | 11 | 94 | 71 | 59 | 0 | 18 | 2A | A4 | 4F | 20 |
| Octal | 21 | 224 | 161 | 131 | 0 | 30 | 52 | 244 | 117 | 40 |
| Binary | 10001 | 10010100 | 1110001 | 1011001 | 0 | 11000 | 101010 | 10100100 | 1001111 | 100000 |
Color Harmonies of #119471
Complementary color
Monochromatic Colors of #119471
Black with #119471
Text Example
Text Example
White with #119471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119471; }
p { color: rgb(17,148,113); }
H1.HeaderClassName
{
color: #119471;
}
.AnyTagClassName
{
color: #119471;
}
</style>
background-color css
<style>
a { background-color: #119471; }
a { background-color: rgb(17,148,113); }
div.DivClassName
{
background-color: #119471;
}
.BgClassName
{
background-color: #119471;
}
</style>
border-color css
<style>
span { border-color: #119471; }
span { border-color: rgb(17,148,113); }
td.TdClassName
{
border-color: #119471;
}
.TagClassName
{
border-color: #119471;
}
</style>