Shades of Elf Green #11925F
Tints of Elf Green #11925F
RGB
CMYK
RGB Variations
Color information
#11925F (or 0x11925F) is known color: Elf Green. HEX triplet: 11, 92 and 5F. RGB value is (17,146,95). Sum of RGB (Red+Green+Blue) = 17+146+95=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #11925F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11925F is #EE6DA0. Grayscale: #656565. Windows color (decimal): -15625633 or 6263313. OLE color: 6263313.
HSL color Cylindrical-coordinate representation of color #11925F: hue angle of 156.28º 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 #11925F is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 95 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.43 |
| HSL | 156.28º | 0.79% | 0.32% | - |
| HSV(B) | 156.28º | 0.88% | 0.57% | - |
| XYZ | 12.58 | 21.5 | 14.31 | - |
| YUV | 101.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 95 | 0.88 | 0 | 0.35 | 0.43 | 156.28 | 0.79 | 0.32 |
| Hex | 11 | 92 | 5F | 58 | 0 | 23 | 2B | 9C | 4F | 20 |
| Octal | 21 | 222 | 137 | 130 | 0 | 43 | 53 | 234 | 117 | 40 |
| Binary | 10001 | 10010010 | 1011111 | 1011000 | 0 | 100011 | 101011 | 10011100 | 1001111 | 100000 |
Color Harmonies of #11925F
Complementary color
Monochromatic Colors of #11925F
Black with #11925F
Text Example
Text Example
White with #11925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11925F; }
p { color: rgb(17,146,95); }
H1.HeaderClassName
{
color: #11925F;
}
.AnyTagClassName
{
color: #11925F;
}
</style>
background-color css
<style>
a { background-color: #11925F; }
a { background-color: rgb(17,146,95); }
div.DivClassName
{
background-color: #11925F;
}
.BgClassName
{
background-color: #11925F;
}
</style>
border-color css
<style>
span { border-color: #11925F; }
span { border-color: rgb(17,146,95); }
td.TdClassName
{
border-color: #11925F;
}
.TagClassName
{
border-color: #11925F;
}
</style>