Shades of Elf Green #1E9864
Tints of Elf Green #1E9864
RGB
CMYK
RGB Variations
Color information
#1E9864 (or 0x1E9864) is known color: Elf Green. HEX triplet: 1E, 98 and 64. RGB value is (30,152,100). Sum of RGB (Red+Green+Blue) = 30+152+100=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #1E9864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9864 is #E1679B. Grayscale: #6D6D6D. Windows color (decimal): -14772124 or 6592542. OLE color: 6592542.
HSL color Cylindrical-coordinate representation of color #1E9864: hue angle of 154.43º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9864 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 152 | 100 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.40 |
| HSL | 154.43º | 0.67% | 0.36% | - |
| HSV(B) | 154.43º | 0.8% | 0.6% | - |
| XYZ | 14.06 | 23.65 | 15.88 | - |
| YUV | 109.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 152 | 100 | 0.80 | 0 | 0.34 | 0.40 | 154.43 | 0.67 | 0.36 |
| Hex | 1E | 98 | 64 | 50 | 0 | 22 | 28 | 9A | 43 | 24 |
| Octal | 36 | 230 | 144 | 120 | 0 | 42 | 50 | 232 | 103 | 44 |
| Binary | 11110 | 10011000 | 1100100 | 1010000 | 0 | 100010 | 101000 | 10011010 | 1000011 | 100100 |
Color Harmonies of #1E9864
Complementary color
Monochromatic Colors of #1E9864
Black with #1E9864
Text Example
Text Example
White with #1E9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9864; }
p { color: rgb(30,152,100); }
H1.HeaderClassName
{
color: #1E9864;
}
.AnyTagClassName
{
color: #1E9864;
}
</style>
background-color css
<style>
a { background-color: #1E9864; }
a { background-color: rgb(30,152,100); }
div.DivClassName
{
background-color: #1E9864;
}
.BgClassName
{
background-color: #1E9864;
}
</style>
border-color css
<style>
span { border-color: #1E9864; }
span { border-color: rgb(30,152,100); }
td.TdClassName
{
border-color: #1E9864;
}
.TagClassName
{
border-color: #1E9864;
}
</style>