Shades of Elf Green #18946C
Tints of Elf Green #18946C
RGB
CMYK
RGB Variations
Color information
#18946C (or 0x18946C) is known color: Elf Green. HEX triplet: 18, 94 and 6C. RGB value is (24,148,108). Sum of RGB (Red+Green+Blue) = 24+148+108=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #18946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18946C is #E76B93. Grayscale: #6A6A6A. Windows color (decimal): -15166356 or 7115800. OLE color: 7115800.
HSL color Cylindrical-coordinate representation of color #18946C: hue angle of 160.65º 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 #18946C is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 108 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.42 |
| HSL | 160.65º | 0.72% | 0.34% | - |
| HSV(B) | 160.65º | 0.84% | 0.58% | - |
| XYZ | 13.67 | 22.46 | 17.8 | - |
| YUV | 106.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 108 | 0.84 | 0 | 0.27 | 0.42 | 160.65 | 0.72 | 0.34 |
| Hex | 18 | 94 | 6C | 54 | 0 | 1B | 2A | A1 | 48 | 22 |
| Octal | 30 | 224 | 154 | 124 | 0 | 33 | 52 | 241 | 110 | 42 |
| Binary | 11000 | 10010100 | 1101100 | 1010100 | 0 | 11011 | 101010 | 10100001 | 1001000 | 100010 |
Color Harmonies of #18946C
Complementary color
Monochromatic Colors of #18946C
Black with #18946C
Text Example
Text Example
White with #18946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18946C; }
p { color: rgb(24,148,108); }
H1.HeaderClassName
{
color: #18946C;
}
.AnyTagClassName
{
color: #18946C;
}
</style>
background-color css
<style>
a { background-color: #18946C; }
a { background-color: rgb(24,148,108); }
div.DivClassName
{
background-color: #18946C;
}
.BgClassName
{
background-color: #18946C;
}
</style>
border-color css
<style>
span { border-color: #18946C; }
span { border-color: rgb(24,148,108); }
td.TdClassName
{
border-color: #18946C;
}
.TagClassName
{
border-color: #18946C;
}
</style>