Shades of Elf Green #119363
Tints of Elf Green #119363
RGB
CMYK
RGB Variations
Color information
#119363 (or 0x119363) is known color: Elf Green. HEX triplet: 11, 93 and 63. RGB value is (17,147,99). Sum of RGB (Red+Green+Blue) = 17+147+99=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #119363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119363 is #EE6C9C. Grayscale: #666666. Windows color (decimal): -15625373 or 6525713. OLE color: 6525713.
HSL color Cylindrical-coordinate representation of color #119363: hue angle of 157.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119363 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 99 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.42 |
| HSL | 157.85º | 0.79% | 0.32% | - |
| HSV(B) | 157.85º | 0.88% | 0.58% | - |
| XYZ | 12.92 | 21.89 | 15.35 | - |
| YUV | 102.66 | 125.93 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 99 | 0.88 | 0 | 0.33 | 0.42 | 157.85 | 0.79 | 0.32 |
| Hex | 11 | 93 | 63 | 58 | 0 | 21 | 2A | 9E | 4F | 20 |
| Octal | 21 | 223 | 143 | 130 | 0 | 41 | 52 | 236 | 117 | 40 |
| Binary | 10001 | 10010011 | 1100011 | 1011000 | 0 | 100001 | 101010 | 10011110 | 1001111 | 100000 |
Color Harmonies of #119363
Complementary color
Monochromatic Colors of #119363
Black with #119363
Text Example
Text Example
White with #119363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119363; }
p { color: rgb(17,147,99); }
H1.HeaderClassName
{
color: #119363;
}
.AnyTagClassName
{
color: #119363;
}
</style>
background-color css
<style>
a { background-color: #119363; }
a { background-color: rgb(17,147,99); }
div.DivClassName
{
background-color: #119363;
}
.BgClassName
{
background-color: #119363;
}
</style>
border-color css
<style>
span { border-color: #119363; }
span { border-color: rgb(17,147,99); }
td.TdClassName
{
border-color: #119363;
}
.TagClassName
{
border-color: #119363;
}
</style>