Shades of Elf Green #18946D
Tints of Elf Green #18946D
RGB
CMYK
RGB Variations
Color information
#18946D (or 0x18946D) is known color: Elf Green. HEX triplet: 18, 94 and 6D. RGB value is (24,148,109). Sum of RGB (Red+Green+Blue) = 24+148+109=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #18946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18946D is #E76B92. Grayscale: #6A6A6A. Windows color (decimal): -15166355 or 7181336. OLE color: 7181336.
HSL color Cylindrical-coordinate representation of color #18946D: hue angle of 161.13º 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 #18946D is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 109 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.42 |
| HSL | 161.13º | 0.72% | 0.34% | - |
| HSV(B) | 161.13º | 0.84% | 0.58% | - |
| XYZ | 13.73 | 22.48 | 18.08 | - |
| YUV | 106.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 109 | 0.84 | 0 | 0.26 | 0.42 | 161.13 | 0.72 | 0.34 |
| Hex | 18 | 94 | 6D | 54 | 0 | 1A | 2A | A1 | 48 | 22 |
| Octal | 30 | 224 | 155 | 124 | 0 | 32 | 52 | 241 | 110 | 42 |
| Binary | 11000 | 10010100 | 1101101 | 1010100 | 0 | 11010 | 101010 | 10100001 | 1001000 | 100010 |
Color Harmonies of #18946D
Complementary color
Monochromatic Colors of #18946D
Black with #18946D
Text Example
Text Example
White with #18946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18946D; }
p { color: rgb(24,148,109); }
H1.HeaderClassName
{
color: #18946D;
}
.AnyTagClassName
{
color: #18946D;
}
</style>
background-color css
<style>
a { background-color: #18946D; }
a { background-color: rgb(24,148,109); }
div.DivClassName
{
background-color: #18946D;
}
.BgClassName
{
background-color: #18946D;
}
</style>
border-color css
<style>
span { border-color: #18946D; }
span { border-color: rgb(24,148,109); }
td.TdClassName
{
border-color: #18946D;
}
.TagClassName
{
border-color: #18946D;
}
</style>