Shades of Elf Green #119063
Tints of Elf Green #119063
RGB
CMYK
RGB Variations
Color information
#119063 (or 0x119063) is known color: Elf Green. HEX triplet: 11, 90 and 63. RGB value is (17,144,99). Sum of RGB (Red+Green+Blue) = 17+144+99=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #119063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119063 is #EE6F9C. Grayscale: #646464. Windows color (decimal): -15626141 or 6524945. OLE color: 6524945.
HSL color Cylindrical-coordinate representation of color #119063: hue angle of 158.74º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119063 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 99 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.44 |
| HSL | 158.74º | 0.79% | 0.32% | - |
| HSV(B) | 158.74º | 0.88% | 0.56% | - |
| XYZ | 12.46 | 20.97 | 15.19 | - |
| YUV | 100.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 99 | 0.88 | 0 | 0.31 | 0.44 | 158.74 | 0.79 | 0.32 |
| Hex | 11 | 90 | 63 | 58 | 0 | 1F | 2C | 9F | 4F | 20 |
| Octal | 21 | 220 | 143 | 130 | 0 | 37 | 54 | 237 | 117 | 40 |
| Binary | 10001 | 10010000 | 1100011 | 1011000 | 0 | 11111 | 101100 | 10011111 | 1001111 | 100000 |
Color Harmonies of #119063
Complementary color
Monochromatic Colors of #119063
Black with #119063
Text Example
Text Example
White with #119063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119063; }
p { color: rgb(17,144,99); }
H1.HeaderClassName
{
color: #119063;
}
.AnyTagClassName
{
color: #119063;
}
</style>
background-color css
<style>
a { background-color: #119063; }
a { background-color: rgb(17,144,99); }
div.DivClassName
{
background-color: #119063;
}
.BgClassName
{
background-color: #119063;
}
</style>
border-color css
<style>
span { border-color: #119063; }
span { border-color: rgb(17,144,99); }
td.TdClassName
{
border-color: #119063;
}
.TagClassName
{
border-color: #119063;
}
</style>