Shades of Malachite #01E16D
Tints of Malachite #01E16D
RGB
CMYK
RGB Variations
Color information
#01E16D (or 0x01E16D) is known color: Malachite. HEX triplet: 01, E1 and 6D. RGB value is (1,225,109). Sum of RGB (Red+Green+Blue) = 1+225+109=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #01E16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E16D is #FE1E92. Grayscale: #919191. Windows color (decimal): -16653971 or 7201025. OLE color: 7201025.
HSL color Cylindrical-coordinate representation of color #01E16D: hue angle of 148.93º 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 #01E16D is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 109 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.12 |
| HSL | 148.93º | 0.99% | 0.44% | - |
| HSV(B) | 148.93º | 1% | 0.88% | - |
| XYZ | 29.7 | 54.96 | 23.51 | - |
| YUV | 144.8 | 107.79 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 109 | 1.00 | 0 | 0.52 | 0.12 | 148.93 | 0.99 | 0.44 |
| Hex | 1 | E1 | 6D | 64 | 0 | 34 | C | 95 | 63 | 2C |
| Octal | 1 | 341 | 155 | 144 | 0 | 64 | 14 | 225 | 143 | 54 |
| Binary | 1 | 11100001 | 1101101 | 1100100 | 0 | 110100 | 1100 | 10010101 | 1100011 | 101100 |
Color Harmonies of #01E16D
Complementary color
Monochromatic Colors of #01E16D
Black with #01E16D
Text Example
Text Example
White with #01E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E16D; }
p { color: rgb(1,225,109); }
H1.HeaderClassName
{
color: #01E16D;
}
.AnyTagClassName
{
color: #01E16D;
}
</style>
background-color css
<style>
a { background-color: #01E16D; }
a { background-color: rgb(1,225,109); }
div.DivClassName
{
background-color: #01E16D;
}
.BgClassName
{
background-color: #01E16D;
}
</style>
border-color css
<style>
span { border-color: #01E16D; }
span { border-color: rgb(1,225,109); }
td.TdClassName
{
border-color: #01E16D;
}
.TagClassName
{
border-color: #01E16D;
}
</style>