Shades of Malachite #01EA4D
Tints of Malachite #01EA4D
RGB
CMYK
RGB Variations
Color information
#01EA4D (or 0x01EA4D) is known color: Malachite. HEX triplet: 01, EA and 4D. RGB value is (1,234,77). Sum of RGB (Red+Green+Blue) = 1+234+77=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 234 (91.80% from 255 or 75% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EA4D is #FE15B2. Grayscale: #929292. Windows color (decimal): -16651699 or 5106177. OLE color: 5106177.
HSL color Cylindrical-coordinate representation of color #01EA4D: hue angle of 139.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EA4D is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 234 | 77 | - |
| CMYK | 1.00 | 0 | 0.67 | 0.08 |
| HSL | 139.57º | 0.99% | 0.46% | - |
| HSV(B) | 139.57º | 1% | 0.92% | - |
| XYZ | 30.77 | 59.39 | 16.86 | - |
| YUV | 146.44 | 88.81 | 24.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 234 | 77 | 1.00 | 0 | 0.67 | 0.08 | 139.57 | 0.99 | 0.46 |
| Hex | 1 | EA | 4D | 64 | 0 | 43 | 8 | 8C | 63 | 2E |
| Octal | 1 | 352 | 115 | 144 | 0 | 103 | 10 | 214 | 143 | 56 |
| Binary | 1 | 11101010 | 1001101 | 1100100 | 0 | 1000011 | 1000 | 10001100 | 1100011 | 101110 |
Color Harmonies of #01EA4D
Complementary color
Monochromatic Colors of #01EA4D
Black with #01EA4D
Text Example
Text Example
White with #01EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EA4D; }
p { color: rgb(1,234,77); }
H1.HeaderClassName
{
color: #01EA4D;
}
.AnyTagClassName
{
color: #01EA4D;
}
</style>
background-color css
<style>
a { background-color: #01EA4D; }
a { background-color: rgb(1,234,77); }
div.DivClassName
{
background-color: #01EA4D;
}
.BgClassName
{
background-color: #01EA4D;
}
</style>
border-color css
<style>
span { border-color: #01EA4D; }
span { border-color: rgb(1,234,77); }
td.TdClassName
{
border-color: #01EA4D;
}
.TagClassName
{
border-color: #01EA4D;
}
</style>