Shades of Malachite #1EF84A
Tints of Malachite #1EF84A
RGB
CMYK
RGB Variations
Color information
#1EF84A (or 0x1EF84A) is known color: Malachite. HEX triplet: 1E, F8 and 4A. RGB value is (30,248,74). Sum of RGB (Red+Green+Blue) = 30+248+74=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 248 (97.27% from 255 or 70.45% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF84A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF84A is #E107B5. Grayscale: #A3A3A3. Windows color (decimal): -14747574 or 4913182. OLE color: 4913182.
HSL color Cylindrical-coordinate representation of color #1EF84A: hue angle of 132.11º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF84A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 248 | 74 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.03 |
| HSL | 132.11º | 0.94% | 0.55% | - |
| HSV(B) | 132.11º | 0.88% | 0.97% | - |
| XYZ | 35.34 | 67.91 | 17.72 | - |
| YUV | 162.98 | 77.78 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 248 | 74 | 0.88 | 0 | 0.70 | 0.03 | 132.11 | 0.94 | 0.55 |
| Hex | 1E | F8 | 4A | 58 | 0 | 46 | 3 | 84 | 5E | 37 |
| Octal | 36 | 370 | 112 | 130 | 0 | 106 | 3 | 204 | 136 | 67 |
| Binary | 11110 | 11111000 | 1001010 | 1011000 | 0 | 1000110 | 11 | 10000100 | 1011110 | 110111 |
Color Harmonies of #1EF84A
Complementary color
Monochromatic Colors of #1EF84A
Black with #1EF84A
Text Example
Text Example
White with #1EF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF84A; }
p { color: rgb(30,248,74); }
H1.HeaderClassName
{
color: #1EF84A;
}
.AnyTagClassName
{
color: #1EF84A;
}
</style>
background-color css
<style>
a { background-color: #1EF84A; }
a { background-color: rgb(30,248,74); }
div.DivClassName
{
background-color: #1EF84A;
}
.BgClassName
{
background-color: #1EF84A;
}
</style>
border-color css
<style>
span { border-color: #1EF84A; }
span { border-color: rgb(30,248,74); }
td.TdClassName
{
border-color: #1EF84A;
}
.TagClassName
{
border-color: #1EF84A;
}
</style>