Shades of Elf Green #119869
Tints of Elf Green #119869
RGB
CMYK
RGB Variations
Color information
#119869 (or 0x119869) is known color: Elf Green. HEX triplet: 11, 98 and 69. RGB value is (17,152,105). Sum of RGB (Red+Green+Blue) = 17+152+105=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #119869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119869 is #EE6796. Grayscale: #6A6A6A. Windows color (decimal): -15624087 or 6920209. OLE color: 6920209.
HSL color Cylindrical-coordinate representation of color #119869: hue angle of 159.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119869 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 105 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.40 |
| HSL | 159.11º | 0.8% | 0.33% | - |
| HSV(B) | 159.11º | 0.89% | 0.6% | - |
| XYZ | 14.01 | 23.6 | 17.18 | - |
| YUV | 106.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 105 | 0.89 | 0 | 0.31 | 0.40 | 159.11 | 0.8 | 0.33 |
| Hex | 11 | 98 | 69 | 59 | 0 | 1F | 28 | 9F | 50 | 21 |
| Octal | 21 | 230 | 151 | 131 | 0 | 37 | 50 | 237 | 120 | 41 |
| Binary | 10001 | 10011000 | 1101001 | 1011001 | 0 | 11111 | 101000 | 10011111 | 1010000 | 100001 |
Color Harmonies of #119869
Complementary color
Monochromatic Colors of #119869
Black with #119869
Text Example
Text Example
White with #119869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119869; }
p { color: rgb(17,152,105); }
H1.HeaderClassName
{
color: #119869;
}
.AnyTagClassName
{
color: #119869;
}
</style>
background-color css
<style>
a { background-color: #119869; }
a { background-color: rgb(17,152,105); }
div.DivClassName
{
background-color: #119869;
}
.BgClassName
{
background-color: #119869;
}
</style>
border-color css
<style>
span { border-color: #119869; }
span { border-color: rgb(17,152,105); }
td.TdClassName
{
border-color: #119869;
}
.TagClassName
{
border-color: #119869;
}
</style>