Shades of Elf Green #119669
Tints of Elf Green #119669
RGB
CMYK
RGB Variations
Color information
#119669 (or 0x119669) is known color: Elf Green. HEX triplet: 11, 96 and 69. RGB value is (17,150,105). Sum of RGB (Red+Green+Blue) = 17+150+105=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #119669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119669 is #EE6996. Grayscale: #696969. Windows color (decimal): -15624599 or 6919697. OLE color: 6919697.
HSL color Cylindrical-coordinate representation of color #119669: hue angle of 159.7º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119669 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 105 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.41 |
| HSL | 159.7º | 0.8% | 0.33% | - |
| HSV(B) | 159.7º | 0.89% | 0.59% | - |
| XYZ | 13.69 | 22.95 | 17.07 | - |
| YUV | 105.1 | 127.94 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 105 | 0.89 | 0 | 0.30 | 0.41 | 159.7 | 0.8 | 0.33 |
| Hex | 11 | 96 | 69 | 59 | 0 | 1E | 29 | A0 | 50 | 21 |
| Octal | 21 | 226 | 151 | 131 | 0 | 36 | 51 | 240 | 120 | 41 |
| Binary | 10001 | 10010110 | 1101001 | 1011001 | 0 | 11110 | 101001 | 10100000 | 1010000 | 100001 |
Color Harmonies of #119669
Complementary color
Monochromatic Colors of #119669
Black with #119669
Text Example
Text Example
White with #119669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119669; }
p { color: rgb(17,150,105); }
H1.HeaderClassName
{
color: #119669;
}
.AnyTagClassName
{
color: #119669;
}
</style>
background-color css
<style>
a { background-color: #119669; }
a { background-color: rgb(17,150,105); }
div.DivClassName
{
background-color: #119669;
}
.BgClassName
{
background-color: #119669;
}
</style>
border-color css
<style>
span { border-color: #119669; }
span { border-color: rgb(17,150,105); }
td.TdClassName
{
border-color: #119669;
}
.TagClassName
{
border-color: #119669;
}
</style>