Shades of Elf Green #11916C
Tints of Elf Green #11916C
RGB
CMYK
RGB Variations
Color information
#11916C (or 0x11916C) is known color: Elf Green. HEX triplet: 11, 91 and 6C. RGB value is (17,145,108). Sum of RGB (Red+Green+Blue) = 17+145+108=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #11916C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11916C is #EE6E93. Grayscale: #666666. Windows color (decimal): -15625876 or 7115025. OLE color: 7115025.
HSL color Cylindrical-coordinate representation of color #11916C: hue angle of 162.66º 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 #11916C is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 108 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.43 |
| HSL | 162.66º | 0.79% | 0.32% | - |
| HSV(B) | 162.66º | 0.88% | 0.57% | - |
| XYZ | 13.06 | 21.45 | 17.64 | - |
| YUV | 102.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 108 | 0.88 | 0 | 0.26 | 0.43 | 162.66 | 0.79 | 0.32 |
| Hex | 11 | 91 | 6C | 58 | 0 | 1A | 2B | A3 | 4F | 20 |
| Octal | 21 | 221 | 154 | 130 | 0 | 32 | 53 | 243 | 117 | 40 |
| Binary | 10001 | 10010001 | 1101100 | 1011000 | 0 | 11010 | 101011 | 10100011 | 1001111 | 100000 |
Color Harmonies of #11916C
Complementary color
Monochromatic Colors of #11916C
Black with #11916C
Text Example
Text Example
White with #11916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11916C; }
p { color: rgb(17,145,108); }
H1.HeaderClassName
{
color: #11916C;
}
.AnyTagClassName
{
color: #11916C;
}
</style>
background-color css
<style>
a { background-color: #11916C; }
a { background-color: rgb(17,145,108); }
div.DivClassName
{
background-color: #11916C;
}
.BgClassName
{
background-color: #11916C;
}
</style>
border-color css
<style>
span { border-color: #11916C; }
span { border-color: rgb(17,145,108); }
td.TdClassName
{
border-color: #11916C;
}
.TagClassName
{
border-color: #11916C;
}
</style>