Shades of Elf Green #18975F
Tints of Elf Green #18975F
RGB
CMYK
RGB Variations
Color information
#18975F (or 0x18975F) is known color: Elf Green. HEX triplet: 18, 97 and 5F. RGB value is (24,151,95). Sum of RGB (Red+Green+Blue) = 24+151+95=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #18975F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18975F is #E768A0. Grayscale: #6A6A6A. Windows color (decimal): -15165601 or 6264600. OLE color: 6264600.
HSL color Cylindrical-coordinate representation of color #18975F: hue angle of 153.54º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18975F is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 151 | 95 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.41 |
| HSL | 153.54º | 0.73% | 0.34% | - |
| HSV(B) | 153.54º | 0.84% | 0.59% | - |
| XYZ | 13.51 | 23.15 | 14.58 | - |
| YUV | 106.64 | 121.42 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 95 | 0.84 | 0 | 0.37 | 0.41 | 153.54 | 0.73 | 0.34 |
| Hex | 18 | 97 | 5F | 54 | 0 | 25 | 29 | 9A | 49 | 22 |
| Octal | 30 | 227 | 137 | 124 | 0 | 45 | 51 | 232 | 111 | 42 |
| Binary | 11000 | 10010111 | 1011111 | 1010100 | 0 | 100101 | 101001 | 10011010 | 1001001 | 100010 |
Color Harmonies of #18975F
Complementary color
Monochromatic Colors of #18975F
Black with #18975F
Text Example
Text Example
White with #18975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18975F; }
p { color: rgb(24,151,95); }
H1.HeaderClassName
{
color: #18975F;
}
.AnyTagClassName
{
color: #18975F;
}
</style>
background-color css
<style>
a { background-color: #18975F; }
a { background-color: rgb(24,151,95); }
div.DivClassName
{
background-color: #18975F;
}
.BgClassName
{
background-color: #18975F;
}
</style>
border-color css
<style>
span { border-color: #18975F; }
span { border-color: rgb(24,151,95); }
td.TdClassName
{
border-color: #18975F;
}
.TagClassName
{
border-color: #18975F;
}
</style>