Shades of Malachite #1EF64A
Tints of Malachite #1EF64A
RGB
CMYK
RGB Variations
Color information
#1EF64A (or 0x1EF64A) is known color: Malachite. HEX triplet: 1E, F6 and 4A. RGB value is (30,246,74). Sum of RGB (Red+Green+Blue) = 30+246+74=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 246 (96.48% from 255 or 70.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF64A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF64A is #E109B5. Grayscale: #A2A2A2. Windows color (decimal): -14748086 or 4912670. OLE color: 4912670.
HSL color Cylindrical-coordinate representation of color #1EF64A: hue angle of 132.22º degrees, saturation: 0.92, 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 #1EF64A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 74 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.04 |
| HSL | 132.22º | 0.92% | 0.54% | - |
| HSV(B) | 132.22º | 0.88% | 0.96% | - |
| XYZ | 34.73 | 66.68 | 17.52 | - |
| YUV | 161.81 | 78.44 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 74 | 0.88 | 0 | 0.70 | 0.04 | 132.22 | 0.92 | 0.54 |
| Hex | 1E | F6 | 4A | 58 | 0 | 46 | 4 | 84 | 5C | 36 |
| Octal | 36 | 366 | 112 | 130 | 0 | 106 | 4 | 204 | 134 | 66 |
| Binary | 11110 | 11110110 | 1001010 | 1011000 | 0 | 1000110 | 100 | 10000100 | 1011100 | 110110 |
Color Harmonies of #1EF64A
Complementary color
Monochromatic Colors of #1EF64A
Black with #1EF64A
Text Example
Text Example
White with #1EF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF64A; }
p { color: rgb(30,246,74); }
H1.HeaderClassName
{
color: #1EF64A;
}
.AnyTagClassName
{
color: #1EF64A;
}
</style>
background-color css
<style>
a { background-color: #1EF64A; }
a { background-color: rgb(30,246,74); }
div.DivClassName
{
background-color: #1EF64A;
}
.BgClassName
{
background-color: #1EF64A;
}
</style>
border-color css
<style>
span { border-color: #1EF64A; }
span { border-color: rgb(30,246,74); }
td.TdClassName
{
border-color: #1EF64A;
}
.TagClassName
{
border-color: #1EF64A;
}
</style>