Shades of Elf Green #249976
Tints of Elf Green #249976
RGB
CMYK
RGB Variations
Color information
#249976 (or 0x249976) is known color: Elf Green. HEX triplet: 24, 99 and 76. RGB value is (36,153,118). Sum of RGB (Red+Green+Blue) = 36+153+118=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #249976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249976 is #DB6689. Grayscale: #727272. Windows color (decimal): -14378634 or 7772452. OLE color: 7772452.
HSL color Cylindrical-coordinate representation of color #249976: hue angle of 162.05º 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 #249976 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 118 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.4 |
| HSL | 162.05º | 0.62% | 0.37% | - |
| HSV(B) | 162.05º | 0.76% | 0.6% | - |
| XYZ | 15.39 | 24.47 | 21.05 | - |
| YUV | 114.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 118 | 0.76 | 0 | 0.23 | 0.4 | 162.05 | 0.62 | 0.37 |
| Hex | 24 | 99 | 76 | 4C | 0 | 17 | 28 | A2 | 3E | 25 |
| Octal | 44 | 231 | 166 | 114 | 0 | 27 | 50 | 242 | 76 | 45 |
| Binary | 100100 | 10011001 | 1110110 | 1001100 | 0 | 10111 | 101000 | 10100010 | 111110 | 100101 |
Color Harmonies of #249976
Complementary color
Monochromatic Colors of #249976
Black with #249976
Text Example
Text Example
White with #249976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249976; }
p { color: rgb(36,153,118); }
H1.HeaderClassName
{
color: #249976;
}
.AnyTagClassName
{
color: #249976;
}
</style>
background-color css
<style>
a { background-color: #249976; }
a { background-color: rgb(36,153,118); }
div.DivClassName
{
background-color: #249976;
}
.BgClassName
{
background-color: #249976;
}
</style>
border-color css
<style>
span { border-color: #249976; }
span { border-color: rgb(36,153,118); }
td.TdClassName
{
border-color: #249976;
}
.TagClassName
{
border-color: #249976;
}
</style>