Shades of Elf Green #24996D
Tints of Elf Green #24996D
RGB
CMYK
RGB Variations
Color information
#24996D (or 0x24996D) is known color: Elf Green. HEX triplet: 24, 99 and 6D. RGB value is (36,153,109). Sum of RGB (Red+Green+Blue) = 36+153+109=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #24996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24996D is #DB6692. Grayscale: #717171. Windows color (decimal): -14378643 or 7182628. OLE color: 7182628.
HSL color Cylindrical-coordinate representation of color #24996D: hue angle of 157.44º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24996D is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 109 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.4 |
| HSL | 157.44º | 0.62% | 0.37% | - |
| HSV(B) | 157.44º | 0.76% | 0.6% | - |
| XYZ | 14.88 | 24.26 | 18.37 | - |
| YUV | 113 | 125.74 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 109 | 0.76 | 0 | 0.29 | 0.4 | 157.44 | 0.62 | 0.37 |
| Hex | 24 | 99 | 6D | 4C | 0 | 1D | 28 | 9D | 3E | 25 |
| Octal | 44 | 231 | 155 | 114 | 0 | 35 | 50 | 235 | 76 | 45 |
| Binary | 100100 | 10011001 | 1101101 | 1001100 | 0 | 11101 | 101000 | 10011101 | 111110 | 100101 |
Color Harmonies of #24996D
Complementary color
Monochromatic Colors of #24996D
Black with #24996D
Text Example
Text Example
White with #24996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24996D; }
p { color: rgb(36,153,109); }
H1.HeaderClassName
{
color: #24996D;
}
.AnyTagClassName
{
color: #24996D;
}
</style>
background-color css
<style>
a { background-color: #24996D; }
a { background-color: rgb(36,153,109); }
div.DivClassName
{
background-color: #24996D;
}
.BgClassName
{
background-color: #24996D;
}
</style>
border-color css
<style>
span { border-color: #24996D; }
span { border-color: rgb(36,153,109); }
td.TdClassName
{
border-color: #24996D;
}
.TagClassName
{
border-color: #24996D;
}
</style>