Shades of Elf Green #18915B
Tints of Elf Green #18915B
RGB
CMYK
RGB Variations
Color information
#18915B (or 0x18915B) is known color: Elf Green. HEX triplet: 18, 91 and 5B. RGB value is (24,145,91). Sum of RGB (Red+Green+Blue) = 24+145+91=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #18915B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18915B is #E76EA4. Grayscale: #666666. Windows color (decimal): -15167141 or 6000920. OLE color: 6000920.
HSL color Cylindrical-coordinate representation of color #18915B: hue angle of 153.22º 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 #18915B is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 91 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.43 |
| HSL | 153.22º | 0.72% | 0.33% | - |
| HSV(B) | 153.22º | 0.83% | 0.57% | - |
| XYZ | 12.39 | 21.2 | 13.34 | - |
| YUV | 102.67 | 121.41 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 91 | 0.83 | 0 | 0.37 | 0.43 | 153.22 | 0.72 | 0.33 |
| Hex | 18 | 91 | 5B | 53 | 0 | 25 | 2B | 99 | 48 | 21 |
| Octal | 30 | 221 | 133 | 123 | 0 | 45 | 53 | 231 | 110 | 41 |
| Binary | 11000 | 10010001 | 1011011 | 1010011 | 0 | 100101 | 101011 | 10011001 | 1001000 | 100001 |
Color Harmonies of #18915B
Complementary color
Monochromatic Colors of #18915B
Black with #18915B
Text Example
Text Example
White with #18915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18915B; }
p { color: rgb(24,145,91); }
H1.HeaderClassName
{
color: #18915B;
}
.AnyTagClassName
{
color: #18915B;
}
</style>
background-color css
<style>
a { background-color: #18915B; }
a { background-color: rgb(24,145,91); }
div.DivClassName
{
background-color: #18915B;
}
.BgClassName
{
background-color: #18915B;
}
</style>
border-color css
<style>
span { border-color: #18915B; }
span { border-color: rgb(24,145,91); }
td.TdClassName
{
border-color: #18915B;
}
.TagClassName
{
border-color: #18915B;
}
</style>