Shades of Elf Green #18875E
Tints of Elf Green #18875E
RGB
CMYK
RGB Variations
Color information
#18875E (or 0x18875E) is known color: Elf Green. HEX triplet: 18, 87 and 5E. RGB value is (24,135,94). Sum of RGB (Red+Green+Blue) = 24+135+94=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #18875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18875E is #E778A1. Grayscale: #616161. Windows color (decimal): -15169698 or 6194968. OLE color: 6194968.
HSL color Cylindrical-coordinate representation of color #18875E: hue angle of 157.84º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18875E is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 135 | 94 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.47 |
| HSL | 157.84º | 0.7% | 0.31% | - |
| HSV(B) | 157.84º | 0.82% | 0.53% | - |
| XYZ | 11.06 | 18.33 | 13.54 | - |
| YUV | 97.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 94 | 0.82 | 0 | 0.30 | 0.47 | 157.84 | 0.7 | 0.31 |
| Hex | 18 | 87 | 5E | 52 | 0 | 1E | 2F | 9E | 46 | 1F |
| Octal | 30 | 207 | 136 | 122 | 0 | 36 | 57 | 236 | 106 | 37 |
| Binary | 11000 | 10000111 | 1011110 | 1010010 | 0 | 11110 | 101111 | 10011110 | 1000110 | 11111 |
Color Harmonies of #18875E
Complementary color
Monochromatic Colors of #18875E
Black with #18875E
Text Example
Text Example
White with #18875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18875E; }
p { color: rgb(24,135,94); }
H1.HeaderClassName
{
color: #18875E;
}
.AnyTagClassName
{
color: #18875E;
}
</style>
background-color css
<style>
a { background-color: #18875E; }
a { background-color: rgb(24,135,94); }
div.DivClassName
{
background-color: #18875E;
}
.BgClassName
{
background-color: #18875E;
}
</style>
border-color css
<style>
span { border-color: #18875E; }
span { border-color: rgb(24,135,94); }
td.TdClassName
{
border-color: #18875E;
}
.TagClassName
{
border-color: #18875E;
}
</style>