Shades of Malachite #1EF460
Tints of Malachite #1EF460
RGB
CMYK
RGB Variations
Color information
#1EF460 (or 0x1EF460) is known color: Malachite. HEX triplet: 1E, F4 and 60. RGB value is (30,244,96). Sum of RGB (Red+Green+Blue) = 30+244+96=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF460 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF460 is #E10B9F. Grayscale: #A3A3A3. Windows color (decimal): -14748576 or 6353950. OLE color: 6353950.
HSL color Cylindrical-coordinate representation of color #1EF460: hue angle of 138.5º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF460 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 96 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.04 |
| HSL | 138.5º | 0.91% | 0.54% | - |
| HSV(B) | 138.5º | 0.88% | 0.96% | - |
| XYZ | 35 | 65.82 | 21.93 | - |
| YUV | 163.14 | 90.1 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 96 | 0.88 | 0 | 0.61 | 0.04 | 138.5 | 0.91 | 0.54 |
| Hex | 1E | F4 | 60 | 58 | 0 | 3D | 4 | 8B | 5B | 36 |
| Octal | 36 | 364 | 140 | 130 | 0 | 75 | 4 | 213 | 133 | 66 |
| Binary | 11110 | 11110100 | 1100000 | 1011000 | 0 | 111101 | 100 | 10001011 | 1011011 | 110110 |
Color Harmonies of #1EF460
Complementary color
Monochromatic Colors of #1EF460
Black with #1EF460
Text Example
Text Example
White with #1EF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF460; }
p { color: rgb(30,244,96); }
H1.HeaderClassName
{
color: #1EF460;
}
.AnyTagClassName
{
color: #1EF460;
}
</style>
background-color css
<style>
a { background-color: #1EF460; }
a { background-color: rgb(30,244,96); }
div.DivClassName
{
background-color: #1EF460;
}
.BgClassName
{
background-color: #1EF460;
}
</style>
border-color css
<style>
span { border-color: #1EF460; }
span { border-color: rgb(30,244,96); }
td.TdClassName
{
border-color: #1EF460;
}
.TagClassName
{
border-color: #1EF460;
}
</style>