Shades of Elf Green #18917D
Tints of Elf Green #18917D
RGB
CMYK
RGB Variations
Color information
#18917D (or 0x18917D) is known color: Elf Green. HEX triplet: 18, 91 and 7D. RGB value is (24,145,125). Sum of RGB (Red+Green+Blue) = 24+145+125=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #18917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18917D is #E76E82. Grayscale: #6A6A6A. Windows color (decimal): -15167107 or 8229144. OLE color: 8229144.
HSL color Cylindrical-coordinate representation of color #18917D: hue angle of 170.08º 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 #18917D is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 125 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.43 |
| HSL | 170.08º | 0.72% | 0.33% | - |
| HSV(B) | 170.08º | 0.83% | 0.57% | - |
| XYZ | 14.2 | 21.93 | 22.89 | - |
| YUV | 106.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 125 | 0.83 | 0 | 0.14 | 0.43 | 170.08 | 0.72 | 0.33 |
| Hex | 18 | 91 | 7D | 53 | 0 | E | 2B | AA | 48 | 21 |
| Octal | 30 | 221 | 175 | 123 | 0 | 16 | 53 | 252 | 110 | 41 |
| Binary | 11000 | 10010001 | 1111101 | 1010011 | 0 | 1110 | 101011 | 10101010 | 1001000 | 100001 |
Color Harmonies of #18917D
Complementary color
Monochromatic Colors of #18917D
Black with #18917D
Text Example
Text Example
White with #18917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18917D; }
p { color: rgb(24,145,125); }
H1.HeaderClassName
{
color: #18917D;
}
.AnyTagClassName
{
color: #18917D;
}
</style>
background-color css
<style>
a { background-color: #18917D; }
a { background-color: rgb(24,145,125); }
div.DivClassName
{
background-color: #18917D;
}
.BgClassName
{
background-color: #18917D;
}
</style>
border-color css
<style>
span { border-color: #18917D; }
span { border-color: rgb(24,145,125); }
td.TdClassName
{
border-color: #18917D;
}
.TagClassName
{
border-color: #18917D;
}
</style>