Shades of Elf Green #18917C
Tints of Elf Green #18917C
RGB
CMYK
RGB Variations
Color information
#18917C (or 0x18917C) is known color: Elf Green. HEX triplet: 18, 91 and 7C. RGB value is (24,145,124). Sum of RGB (Red+Green+Blue) = 24+145+124=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #18917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18917C is #E76E83. Grayscale: #6A6A6A. Windows color (decimal): -15167108 or 8163608. OLE color: 8163608.
HSL color Cylindrical-coordinate representation of color #18917C: hue angle of 169.59º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18917C is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 124 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.43 |
| HSL | 169.59º | 0.72% | 0.33% | - |
| HSV(B) | 169.59º | 0.83% | 0.57% | - |
| XYZ | 14.14 | 21.9 | 22.55 | - |
| YUV | 106.43 | 137.91 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 124 | 0.83 | 0 | 0.14 | 0.43 | 169.59 | 0.72 | 0.33 |
| Hex | 18 | 91 | 7C | 53 | 0 | E | 2B | AA | 48 | 21 |
| Octal | 30 | 221 | 174 | 123 | 0 | 16 | 53 | 252 | 110 | 41 |
| Binary | 11000 | 10010001 | 1111100 | 1010011 | 0 | 1110 | 101011 | 10101010 | 1001000 | 100001 |
Color Harmonies of #18917C
Complementary color
Monochromatic Colors of #18917C
Black with #18917C
Text Example
Text Example
White with #18917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18917C; }
p { color: rgb(24,145,124); }
H1.HeaderClassName
{
color: #18917C;
}
.AnyTagClassName
{
color: #18917C;
}
</style>
background-color css
<style>
a { background-color: #18917C; }
a { background-color: rgb(24,145,124); }
div.DivClassName
{
background-color: #18917C;
}
.BgClassName
{
background-color: #18917C;
}
</style>
border-color css
<style>
span { border-color: #18917C; }
span { border-color: rgb(24,145,124); }
td.TdClassName
{
border-color: #18917C;
}
.TagClassName
{
border-color: #18917C;
}
</style>