Shades of Elf Green #119263
Tints of Elf Green #119263
RGB
CMYK
RGB Variations
Color information
#119263 (or 0x119263) is known color: Elf Green. HEX triplet: 11, 92 and 63. RGB value is (17,146,99). Sum of RGB (Red+Green+Blue) = 17+146+99=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #119263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119263 is #EE6D9C. Grayscale: #666666. Windows color (decimal): -15625629 or 6525457. OLE color: 6525457.
HSL color Cylindrical-coordinate representation of color #119263: hue angle of 158.14º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119263 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 99 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.43 |
| HSL | 158.14º | 0.79% | 0.32% | - |
| HSV(B) | 158.14º | 0.88% | 0.57% | - |
| XYZ | 12.76 | 21.58 | 15.3 | - |
| YUV | 102.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 99 | 0.88 | 0 | 0.32 | 0.43 | 158.14 | 0.79 | 0.32 |
| Hex | 11 | 92 | 63 | 58 | 0 | 20 | 2B | 9E | 4F | 20 |
| Octal | 21 | 222 | 143 | 130 | 0 | 40 | 53 | 236 | 117 | 40 |
| Binary | 10001 | 10010010 | 1100011 | 1011000 | 0 | 100000 | 101011 | 10011110 | 1001111 | 100000 |
Color Harmonies of #119263
Complementary color
Monochromatic Colors of #119263
Black with #119263
Text Example
Text Example
White with #119263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119263; }
p { color: rgb(17,146,99); }
H1.HeaderClassName
{
color: #119263;
}
.AnyTagClassName
{
color: #119263;
}
</style>
background-color css
<style>
a { background-color: #119263; }
a { background-color: rgb(17,146,99); }
div.DivClassName
{
background-color: #119263;
}
.BgClassName
{
background-color: #119263;
}
</style>
border-color css
<style>
span { border-color: #119263; }
span { border-color: rgb(17,146,99); }
td.TdClassName
{
border-color: #119263;
}
.TagClassName
{
border-color: #119263;
}
</style>