Shades of Elf Green #119969
Tints of Elf Green #119969
RGB
CMYK
RGB Variations
Color information
#119969 (or 0x119969) is known color: Elf Green. HEX triplet: 11, 99 and 69. RGB value is (17,153,105). Sum of RGB (Red+Green+Blue) = 17+153+105=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #119969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119969 is #EE6696. Grayscale: #6A6A6A. Windows color (decimal): -15623831 or 6920465. OLE color: 6920465.
HSL color Cylindrical-coordinate representation of color #119969: hue angle of 158.82º 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 #119969 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 105 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.4 |
| HSL | 158.82º | 0.8% | 0.33% | - |
| HSV(B) | 158.82º | 0.89% | 0.6% | - |
| XYZ | 14.17 | 23.92 | 17.23 | - |
| YUV | 106.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 105 | 0.89 | 0 | 0.31 | 0.4 | 158.82 | 0.8 | 0.33 |
| Hex | 11 | 99 | 69 | 59 | 0 | 1F | 28 | 9F | 50 | 21 |
| Octal | 21 | 231 | 151 | 131 | 0 | 37 | 50 | 237 | 120 | 41 |
| Binary | 10001 | 10011001 | 1101001 | 1011001 | 0 | 11111 | 101000 | 10011111 | 1010000 | 100001 |
Color Harmonies of #119969
Complementary color
Monochromatic Colors of #119969
Black with #119969
Text Example
Text Example
White with #119969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119969; }
p { color: rgb(17,153,105); }
H1.HeaderClassName
{
color: #119969;
}
.AnyTagClassName
{
color: #119969;
}
</style>
background-color css
<style>
a { background-color: #119969; }
a { background-color: rgb(17,153,105); }
div.DivClassName
{
background-color: #119969;
}
.BgClassName
{
background-color: #119969;
}
</style>
border-color css
<style>
span { border-color: #119969; }
span { border-color: rgb(17,153,105); }
td.TdClassName
{
border-color: #119969;
}
.TagClassName
{
border-color: #119969;
}
</style>