Shades of Elf Green #11905F
Tints of Elf Green #11905F
RGB
CMYK
RGB Variations
Color information
#11905F (or 0x11905F) is known color: Elf Green. HEX triplet: 11, 90 and 5F. RGB value is (17,144,95). Sum of RGB (Red+Green+Blue) = 17+144+95=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #11905F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11905F is #EE6FA0. Grayscale: #646464. Windows color (decimal): -15626145 or 6262801. OLE color: 6262801.
HSL color Cylindrical-coordinate representation of color #11905F: hue angle of 156.85º 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 #11905F is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 95 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.44 |
| HSL | 156.85º | 0.79% | 0.32% | - |
| HSV(B) | 156.85º | 0.88% | 0.56% | - |
| XYZ | 12.27 | 20.89 | 14.21 | - |
| YUV | 100.44 | 124.92 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 95 | 0.88 | 0 | 0.34 | 0.44 | 156.85 | 0.79 | 0.32 |
| Hex | 11 | 90 | 5F | 58 | 0 | 22 | 2C | 9D | 4F | 20 |
| Octal | 21 | 220 | 137 | 130 | 0 | 42 | 54 | 235 | 117 | 40 |
| Binary | 10001 | 10010000 | 1011111 | 1011000 | 0 | 100010 | 101100 | 10011101 | 1001111 | 100000 |
Color Harmonies of #11905F
Complementary color
Monochromatic Colors of #11905F
Black with #11905F
Text Example
Text Example
White with #11905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11905F; }
p { color: rgb(17,144,95); }
H1.HeaderClassName
{
color: #11905F;
}
.AnyTagClassName
{
color: #11905F;
}
</style>
background-color css
<style>
a { background-color: #11905F; }
a { background-color: rgb(17,144,95); }
div.DivClassName
{
background-color: #11905F;
}
.BgClassName
{
background-color: #11905F;
}
</style>
border-color css
<style>
span { border-color: #11905F; }
span { border-color: rgb(17,144,95); }
td.TdClassName
{
border-color: #11905F;
}
.TagClassName
{
border-color: #11905F;
}
</style>