Shades of Elf Green #18947D
Tints of Elf Green #18947D
RGB
CMYK
RGB Variations
Color information
#18947D (or 0x18947D) is known color: Elf Green. HEX triplet: 18, 94 and 7D. RGB value is (24,148,125). Sum of RGB (Red+Green+Blue) = 24+148+125=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #18947D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18947D is #E76B82. Grayscale: #6C6C6C. Windows color (decimal): -15166339 or 8229912. OLE color: 8229912.
HSL color Cylindrical-coordinate representation of color #18947D: hue angle of 168.87º 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 #18947D is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 148 | 125 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.42 |
| HSL | 168.87º | 0.72% | 0.34% | - |
| HSV(B) | 168.87º | 0.84% | 0.58% | - |
| XYZ | 14.67 | 22.85 | 23.04 | - |
| YUV | 108.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 125 | 0.84 | 0 | 0.16 | 0.42 | 168.87 | 0.72 | 0.34 |
| Hex | 18 | 94 | 7D | 54 | 0 | 10 | 2A | A9 | 48 | 22 |
| Octal | 30 | 224 | 175 | 124 | 0 | 20 | 52 | 251 | 110 | 42 |
| Binary | 11000 | 10010100 | 1111101 | 1010100 | 0 | 10000 | 101010 | 10101001 | 1001000 | 100010 |
Color Harmonies of #18947D
Complementary color
Monochromatic Colors of #18947D
Black with #18947D
Text Example
Text Example
White with #18947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18947D; }
p { color: rgb(24,148,125); }
H1.HeaderClassName
{
color: #18947D;
}
.AnyTagClassName
{
color: #18947D;
}
</style>
background-color css
<style>
a { background-color: #18947D; }
a { background-color: rgb(24,148,125); }
div.DivClassName
{
background-color: #18947D;
}
.BgClassName
{
background-color: #18947D;
}
</style>
border-color css
<style>
span { border-color: #18947D; }
span { border-color: rgb(24,148,125); }
td.TdClassName
{
border-color: #18947D;
}
.TagClassName
{
border-color: #18947D;
}
</style>