Shades of Elf Green #249A76
Tints of Elf Green #249A76
RGB
CMYK
RGB Variations
Color information
#249A76 (or 0x249A76) is known color: Elf Green. HEX triplet: 24, 9A and 76. RGB value is (36,154,118). Sum of RGB (Red+Green+Blue) = 36+154+118=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #249A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A76 is #DB6589. Grayscale: #727272. Windows color (decimal): -14378378 or 7772708. OLE color: 7772708.
HSL color Cylindrical-coordinate representation of color #249A76: hue angle of 161.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A76 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 118 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.40 |
| HSL | 161.69º | 0.62% | 0.37% | - |
| HSV(B) | 161.69º | 0.77% | 0.6% | - |
| XYZ | 15.55 | 24.79 | 21.11 | - |
| YUV | 114.61 | 129.91 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 118 | 0.77 | 0 | 0.23 | 0.40 | 161.69 | 0.62 | 0.37 |
| Hex | 24 | 9A | 76 | 4D | 0 | 17 | 28 | A2 | 3E | 25 |
| Octal | 44 | 232 | 166 | 115 | 0 | 27 | 50 | 242 | 76 | 45 |
| Binary | 100100 | 10011010 | 1110110 | 1001101 | 0 | 10111 | 101000 | 10100010 | 111110 | 100101 |
Color Harmonies of #249A76
Complementary color
Monochromatic Colors of #249A76
Black with #249A76
Text Example
Text Example
White with #249A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A76; }
p { color: rgb(36,154,118); }
H1.HeaderClassName
{
color: #249A76;
}
.AnyTagClassName
{
color: #249A76;
}
</style>
background-color css
<style>
a { background-color: #249A76; }
a { background-color: rgb(36,154,118); }
div.DivClassName
{
background-color: #249A76;
}
.BgClassName
{
background-color: #249A76;
}
</style>
border-color css
<style>
span { border-color: #249A76; }
span { border-color: rgb(36,154,118); }
td.TdClassName
{
border-color: #249A76;
}
.TagClassName
{
border-color: #249A76;
}
</style>