Shades of Elf Green #119265
Tints of Elf Green #119265
RGB
CMYK
RGB Variations
Color information
#119265 (or 0x119265) is known color: Elf Green. HEX triplet: 11, 92 and 65. RGB value is (17,146,101). Sum of RGB (Red+Green+Blue) = 17+146+101=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #119265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119265 is #EE6D9A. Grayscale: #666666. Windows color (decimal): -15625627 or 6656529. OLE color: 6656529.
HSL color Cylindrical-coordinate representation of color #119265: hue angle of 159.07º 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 #119265 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 101 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.43 |
| HSL | 159.07º | 0.79% | 0.32% | - |
| HSV(B) | 159.07º | 0.88% | 0.57% | - |
| XYZ | 12.86 | 21.62 | 15.81 | - |
| YUV | 102.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 101 | 0.88 | 0 | 0.31 | 0.43 | 159.07 | 0.79 | 0.32 |
| Hex | 11 | 92 | 65 | 58 | 0 | 1F | 2B | 9F | 4F | 20 |
| Octal | 21 | 222 | 145 | 130 | 0 | 37 | 53 | 237 | 117 | 40 |
| Binary | 10001 | 10010010 | 1100101 | 1011000 | 0 | 11111 | 101011 | 10011111 | 1001111 | 100000 |
Color Harmonies of #119265
Complementary color
Monochromatic Colors of #119265
Black with #119265
Text Example
Text Example
White with #119265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119265; }
p { color: rgb(17,146,101); }
H1.HeaderClassName
{
color: #119265;
}
.AnyTagClassName
{
color: #119265;
}
</style>
background-color css
<style>
a { background-color: #119265; }
a { background-color: rgb(17,146,101); }
div.DivClassName
{
background-color: #119265;
}
.BgClassName
{
background-color: #119265;
}
</style>
border-color css
<style>
span { border-color: #119265; }
span { border-color: rgb(17,146,101); }
td.TdClassName
{
border-color: #119265;
}
.TagClassName
{
border-color: #119265;
}
</style>