Shades of Malachite #01E85A
Tints of Malachite #01E85A
RGB
CMYK
RGB Variations
Color information
#01E85A (or 0x01E85A) is known color: Malachite. HEX triplet: 01, E8 and 5A. RGB value is (1,232,90). Sum of RGB (Red+Green+Blue) = 1+232+90=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 232 (91.02% from 255 or 71.83% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 232 - color contains mainly: green. Hex color #01E85A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E85A is #FE17A5. Grayscale: #939393. Windows color (decimal): -16652198 or 5957633. OLE color: 5957633.
HSL color Cylindrical-coordinate representation of color #01E85A: hue angle of 143.12º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E85A is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 90 | - |
| CMYK | 1.00 | 0 | 0.61 | 0.09 |
| HSL | 143.12º | 0.99% | 0.46% | - |
| HSV(B) | 143.12º | 1% | 0.91% | - |
| XYZ | 30.71 | 58.46 | 19.34 | - |
| YUV | 146.74 | 95.97 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 90 | 1.00 | 0 | 0.61 | 0.09 | 143.12 | 0.99 | 0.46 |
| Hex | 1 | E8 | 5A | 64 | 0 | 3D | 9 | 8F | 63 | 2E |
| Octal | 1 | 350 | 132 | 144 | 0 | 75 | 11 | 217 | 143 | 56 |
| Binary | 1 | 11101000 | 1011010 | 1100100 | 0 | 111101 | 1001 | 10001111 | 1100011 | 101110 |
Color Harmonies of #01E85A
Complementary color
Monochromatic Colors of #01E85A
Black with #01E85A
Text Example
Text Example
White with #01E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E85A; }
p { color: rgb(1,232,90); }
H1.HeaderClassName
{
color: #01E85A;
}
.AnyTagClassName
{
color: #01E85A;
}
</style>
background-color css
<style>
a { background-color: #01E85A; }
a { background-color: rgb(1,232,90); }
div.DivClassName
{
background-color: #01E85A;
}
.BgClassName
{
background-color: #01E85A;
}
</style>
border-color css
<style>
span { border-color: #01E85A; }
span { border-color: rgb(1,232,90); }
td.TdClassName
{
border-color: #01E85A;
}
.TagClassName
{
border-color: #01E85A;
}
</style>