Shades of Malachite #01E85F
Tints of Malachite #01E85F
RGB
CMYK
RGB Variations
Color information
#01E85F (or 0x01E85F) is known color: Malachite. HEX triplet: 01, E8 and 5F. RGB value is (1,232,95). Sum of RGB (Red+Green+Blue) = 1+232+95=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 232 (91.02% from 255 or 70.73% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 232 - color contains mainly: green. Hex color #01E85F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E85F is #FE17A0. Grayscale: #939393. Windows color (decimal): -16652193 or 6285313. OLE color: 6285313.
HSL color Cylindrical-coordinate representation of color #01E85F: hue angle of 144.42º 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 #01E85F is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 232 | 95 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.09 |
| HSL | 144.42º | 0.99% | 0.46% | - |
| HSV(B) | 144.42º | 1% | 0.91% | - |
| XYZ | 30.93 | 58.55 | 20.5 | - |
| YUV | 147.31 | 98.47 | 23.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 95 | 1.00 | 0 | 0.59 | 0.09 | 144.42 | 0.99 | 0.46 |
| Hex | 1 | E8 | 5F | 64 | 0 | 3B | 9 | 90 | 63 | 2E |
| Octal | 1 | 350 | 137 | 144 | 0 | 73 | 11 | 220 | 143 | 56 |
| Binary | 1 | 11101000 | 1011111 | 1100100 | 0 | 111011 | 1001 | 10010000 | 1100011 | 101110 |
Color Harmonies of #01E85F
Complementary color
Monochromatic Colors of #01E85F
Black with #01E85F
Text Example
Text Example
White with #01E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E85F; }
p { color: rgb(1,232,95); }
H1.HeaderClassName
{
color: #01E85F;
}
.AnyTagClassName
{
color: #01E85F;
}
</style>
background-color css
<style>
a { background-color: #01E85F; }
a { background-color: rgb(1,232,95); }
div.DivClassName
{
background-color: #01E85F;
}
.BgClassName
{
background-color: #01E85F;
}
</style>
border-color css
<style>
span { border-color: #01E85F; }
span { border-color: rgb(1,232,95); }
td.TdClassName
{
border-color: #01E85F;
}
.TagClassName
{
border-color: #01E85F;
}
</style>