Shades of Elf Green #11905D
Tints of Elf Green #11905D
RGB
CMYK
RGB Variations
Color information
#11905D (or 0x11905D) is known color: Elf Green. HEX triplet: 11, 90 and 5D. RGB value is (17,144,93). Sum of RGB (Red+Green+Blue) = 17+144+93=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #11905D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11905D is #EE6FA2. Grayscale: #646464. Windows color (decimal): -15626147 or 6131729. OLE color: 6131729.
HSL color Cylindrical-coordinate representation of color #11905D: hue angle of 155.91º 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 #11905D is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 93 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.44 |
| HSL | 155.91º | 0.79% | 0.32% | - |
| HSV(B) | 155.91º | 0.88% | 0.56% | - |
| XYZ | 12.18 | 20.86 | 13.74 | - |
| YUV | 100.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 93 | 0.88 | 0 | 0.35 | 0.44 | 155.91 | 0.79 | 0.32 |
| Hex | 11 | 90 | 5D | 58 | 0 | 23 | 2C | 9C | 4F | 20 |
| Octal | 21 | 220 | 135 | 130 | 0 | 43 | 54 | 234 | 117 | 40 |
| Binary | 10001 | 10010000 | 1011101 | 1011000 | 0 | 100011 | 101100 | 10011100 | 1001111 | 100000 |
Color Harmonies of #11905D
Complementary color
Monochromatic Colors of #11905D
Black with #11905D
Text Example
Text Example
White with #11905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11905D; }
p { color: rgb(17,144,93); }
H1.HeaderClassName
{
color: #11905D;
}
.AnyTagClassName
{
color: #11905D;
}
</style>
background-color css
<style>
a { background-color: #11905D; }
a { background-color: rgb(17,144,93); }
div.DivClassName
{
background-color: #11905D;
}
.BgClassName
{
background-color: #11905D;
}
</style>
border-color css
<style>
span { border-color: #11905D; }
span { border-color: rgb(17,144,93); }
td.TdClassName
{
border-color: #11905D;
}
.TagClassName
{
border-color: #11905D;
}
</style>