Shades of Malachite #01E06D
Tints of Malachite #01E06D
RGB
CMYK
RGB Variations
Color information
#01E06D (or 0x01E06D) is known color: Malachite. HEX triplet: 01, E0 and 6D. RGB value is (1,224,109). Sum of RGB (Red+Green+Blue) = 1+224+109=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #01E06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E06D is #FE1F92. Grayscale: #909090. Windows color (decimal): -16654227 or 7200769. OLE color: 7200769.
HSL color Cylindrical-coordinate representation of color #01E06D: hue angle of 149.06º 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 #01E06D is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 109 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.12 |
| HSL | 149.06º | 0.99% | 0.44% | - |
| HSV(B) | 149.06º | 1% | 0.88% | - |
| XYZ | 29.43 | 54.42 | 23.42 | - |
| YUV | 144.21 | 108.12 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 109 | 1.00 | 0 | 0.51 | 0.12 | 149.06 | 0.99 | 0.44 |
| Hex | 1 | E0 | 6D | 64 | 0 | 33 | C | 95 | 63 | 2C |
| Octal | 1 | 340 | 155 | 144 | 0 | 63 | 14 | 225 | 143 | 54 |
| Binary | 1 | 11100000 | 1101101 | 1100100 | 0 | 110011 | 1100 | 10010101 | 1100011 | 101100 |
Color Harmonies of #01E06D
Complementary color
Monochromatic Colors of #01E06D
Black with #01E06D
Text Example
Text Example
White with #01E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E06D; }
p { color: rgb(1,224,109); }
H1.HeaderClassName
{
color: #01E06D;
}
.AnyTagClassName
{
color: #01E06D;
}
</style>
background-color css
<style>
a { background-color: #01E06D; }
a { background-color: rgb(1,224,109); }
div.DivClassName
{
background-color: #01E06D;
}
.BgClassName
{
background-color: #01E06D;
}
</style>
border-color css
<style>
span { border-color: #01E06D; }
span { border-color: rgb(1,224,109); }
td.TdClassName
{
border-color: #01E06D;
}
.TagClassName
{
border-color: #01E06D;
}
</style>