Shades of Elf Green #18915F
Tints of Elf Green #18915F
RGB
CMYK
RGB Variations
Color information
#18915F (or 0x18915F) is known color: Elf Green. HEX triplet: 18, 91 and 5F. RGB value is (24,145,95). Sum of RGB (Red+Green+Blue) = 24+145+95=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #18915F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18915F is #E76EA0. Grayscale: #676767. Windows color (decimal): -15167137 or 6263064. OLE color: 6263064.
HSL color Cylindrical-coordinate representation of color #18915F: hue angle of 155.21º 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 #18915F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 95 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.43 |
| HSL | 155.21º | 0.72% | 0.33% | - |
| HSV(B) | 155.21º | 0.83% | 0.57% | - |
| XYZ | 12.57 | 21.27 | 14.27 | - |
| YUV | 103.12 | 123.41 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 95 | 0.83 | 0 | 0.34 | 0.43 | 155.21 | 0.72 | 0.33 |
| Hex | 18 | 91 | 5F | 53 | 0 | 22 | 2B | 9B | 48 | 21 |
| Octal | 30 | 221 | 137 | 123 | 0 | 42 | 53 | 233 | 110 | 41 |
| Binary | 11000 | 10010001 | 1011111 | 1010011 | 0 | 100010 | 101011 | 10011011 | 1001000 | 100001 |
Color Harmonies of #18915F
Complementary color
Monochromatic Colors of #18915F
Black with #18915F
Text Example
Text Example
White with #18915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18915F; }
p { color: rgb(24,145,95); }
H1.HeaderClassName
{
color: #18915F;
}
.AnyTagClassName
{
color: #18915F;
}
</style>
background-color css
<style>
a { background-color: #18915F; }
a { background-color: rgb(24,145,95); }
div.DivClassName
{
background-color: #18915F;
}
.BgClassName
{
background-color: #18915F;
}
</style>
border-color css
<style>
span { border-color: #18915F; }
span { border-color: rgb(24,145,95); }
td.TdClassName
{
border-color: #18915F;
}
.TagClassName
{
border-color: #18915F;
}
</style>