Shades of Malachite #01E056
Tints of Malachite #01E056
RGB
CMYK
RGB Variations
Color information
#01E056 (or 0x01E056) is known color: Malachite. HEX triplet: 01, E0 and 56. RGB value is (1,224,86). Sum of RGB (Red+Green+Blue) = 1+224+86=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #01E056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E056 is #FE1FA9. Grayscale: #8D8D8D. Windows color (decimal): -16654250 or 5693441. OLE color: 5693441.
HSL color Cylindrical-coordinate representation of color #01E056: hue angle of 142.87º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E056 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 86 | - |
| CMYK | 1.00 | 0 | 0.62 | 0.12 |
| HSL | 142.87º | 0.99% | 0.44% | - |
| HSV(B) | 142.87º | 1% | 0.88% | - |
| XYZ | 28.35 | 53.99 | 17.73 | - |
| YUV | 141.59 | 96.62 | 27.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 86 | 1.00 | 0 | 0.62 | 0.12 | 142.87 | 0.99 | 0.44 |
| Hex | 1 | E0 | 56 | 64 | 0 | 3E | C | 8F | 63 | 2C |
| Octal | 1 | 340 | 126 | 144 | 0 | 76 | 14 | 217 | 143 | 54 |
| Binary | 1 | 11100000 | 1010110 | 1100100 | 0 | 111110 | 1100 | 10001111 | 1100011 | 101100 |
Color Harmonies of #01E056
Complementary color
Monochromatic Colors of #01E056
Black with #01E056
Text Example
Text Example
White with #01E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E056; }
p { color: rgb(1,224,86); }
H1.HeaderClassName
{
color: #01E056;
}
.AnyTagClassName
{
color: #01E056;
}
</style>
background-color css
<style>
a { background-color: #01E056; }
a { background-color: rgb(1,224,86); }
div.DivClassName
{
background-color: #01E056;
}
.BgClassName
{
background-color: #01E056;
}
</style>
border-color css
<style>
span { border-color: #01E056; }
span { border-color: rgb(1,224,86); }
td.TdClassName
{
border-color: #01E056;
}
.TagClassName
{
border-color: #01E056;
}
</style>