Shades of Elf Green #119362
Tints of Elf Green #119362
RGB
CMYK
RGB Variations
Color information
#119362 (or 0x119362) is known color: Elf Green. HEX triplet: 11, 93 and 62. RGB value is (17,147,98). Sum of RGB (Red+Green+Blue) = 17+147+98=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #119362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119362 is #EE6C9D. Grayscale: #666666. Windows color (decimal): -15625374 or 6460177. OLE color: 6460177.
HSL color Cylindrical-coordinate representation of color #119362: hue angle of 157.38º 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 #119362 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 98 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.42 |
| HSL | 157.38º | 0.79% | 0.32% | - |
| HSV(B) | 157.38º | 0.88% | 0.58% | - |
| XYZ | 12.87 | 21.87 | 15.1 | - |
| YUV | 102.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 98 | 0.88 | 0 | 0.33 | 0.42 | 157.38 | 0.79 | 0.32 |
| Hex | 11 | 93 | 62 | 58 | 0 | 21 | 2A | 9D | 4F | 20 |
| Octal | 21 | 223 | 142 | 130 | 0 | 41 | 52 | 235 | 117 | 40 |
| Binary | 10001 | 10010011 | 1100010 | 1011000 | 0 | 100001 | 101010 | 10011101 | 1001111 | 100000 |
Color Harmonies of #119362
Complementary color
Monochromatic Colors of #119362
Black with #119362
Text Example
Text Example
White with #119362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119362; }
p { color: rgb(17,147,98); }
H1.HeaderClassName
{
color: #119362;
}
.AnyTagClassName
{
color: #119362;
}
</style>
background-color css
<style>
a { background-color: #119362; }
a { background-color: rgb(17,147,98); }
div.DivClassName
{
background-color: #119362;
}
.BgClassName
{
background-color: #119362;
}
</style>
border-color css
<style>
span { border-color: #119362; }
span { border-color: rgb(17,147,98); }
td.TdClassName
{
border-color: #119362;
}
.TagClassName
{
border-color: #119362;
}
</style>