Shades of Elf Green #18956D
Tints of Elf Green #18956D
RGB
CMYK
RGB Variations
Color information
#18956D (or 0x18956D) is known color: Elf Green. HEX triplet: 18, 95 and 6D. RGB value is (24,149,109). Sum of RGB (Red+Green+Blue) = 24+149+109=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #18956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18956D is #E76A92. Grayscale: #6B6B6B. Windows color (decimal): -15166099 or 7181592. OLE color: 7181592.
HSL color Cylindrical-coordinate representation of color #18956D: hue angle of 160.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18956D is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 149 | 109 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.42 |
| HSL | 160.8º | 0.72% | 0.34% | - |
| HSV(B) | 160.8º | 0.84% | 0.58% | - |
| XYZ | 13.88 | 22.79 | 18.14 | - |
| YUV | 107.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 109 | 0.84 | 0 | 0.27 | 0.42 | 160.8 | 0.72 | 0.34 |
| Hex | 18 | 95 | 6D | 54 | 0 | 1B | 2A | A1 | 48 | 22 |
| Octal | 30 | 225 | 155 | 124 | 0 | 33 | 52 | 241 | 110 | 42 |
| Binary | 11000 | 10010101 | 1101101 | 1010100 | 0 | 11011 | 101010 | 10100001 | 1001000 | 100010 |
Color Harmonies of #18956D
Complementary color
Monochromatic Colors of #18956D
Black with #18956D
Text Example
Text Example
White with #18956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18956D; }
p { color: rgb(24,149,109); }
H1.HeaderClassName
{
color: #18956D;
}
.AnyTagClassName
{
color: #18956D;
}
</style>
background-color css
<style>
a { background-color: #18956D; }
a { background-color: rgb(24,149,109); }
div.DivClassName
{
background-color: #18956D;
}
.BgClassName
{
background-color: #18956D;
}
</style>
border-color css
<style>
span { border-color: #18956D; }
span { border-color: rgb(24,149,109); }
td.TdClassName
{
border-color: #18956D;
}
.TagClassName
{
border-color: #18956D;
}
</style>