Shades of Malachite #01E150
Tints of Malachite #01E150
RGB
CMYK
RGB Variations
Color information
#01E150 (or 0x01E150) is known color: Malachite. HEX triplet: 01, E1 and 50. RGB value is (1,225,80). Sum of RGB (Red+Green+Blue) = 1+225+80=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #01E150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E150 is #FE1EAF. Grayscale: #8D8D8D. Windows color (decimal): -16654000 or 5300481. OLE color: 5300481.
HSL color Cylindrical-coordinate representation of color #01E150: hue angle of 141.16º 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 #01E150 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 80 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.12 |
| HSL | 141.16º | 0.99% | 0.44% | - |
| HSV(B) | 141.16º | 1% | 0.88% | - |
| XYZ | 28.39 | 54.44 | 16.6 | - |
| YUV | 141.49 | 93.29 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 80 | 1.00 | 0 | 0.64 | 0.12 | 141.16 | 0.99 | 0.44 |
| Hex | 1 | E1 | 50 | 64 | 0 | 40 | C | 8D | 63 | 2C |
| Octal | 1 | 341 | 120 | 144 | 0 | 100 | 14 | 215 | 143 | 54 |
| Binary | 1 | 11100001 | 1010000 | 1100100 | 0 | 1000000 | 1100 | 10001101 | 1100011 | 101100 |
Color Harmonies of #01E150
Complementary color
Monochromatic Colors of #01E150
Black with #01E150
Text Example
Text Example
White with #01E150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E150; }
p { color: rgb(1,225,80); }
H1.HeaderClassName
{
color: #01E150;
}
.AnyTagClassName
{
color: #01E150;
}
</style>
background-color css
<style>
a { background-color: #01E150; }
a { background-color: rgb(1,225,80); }
div.DivClassName
{
background-color: #01E150;
}
.BgClassName
{
background-color: #01E150;
}
</style>
border-color css
<style>
span { border-color: #01E150; }
span { border-color: rgb(1,225,80); }
td.TdClassName
{
border-color: #01E150;
}
.TagClassName
{
border-color: #01E150;
}
</style>