Shades of Malachite #01E152
Tints of Malachite #01E152
RGB
CMYK
RGB Variations
Color information
#01E152 (or 0x01E152) is known color: Malachite. HEX triplet: 01, E1 and 52. RGB value is (1,225,82). Sum of RGB (Red+Green+Blue) = 1+225+82=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #01E152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E152 is #FE1EAD. Grayscale: #8E8E8E. Windows color (decimal): -16653998 or 5431553. OLE color: 5431553.
HSL color Cylindrical-coordinate representation of color #01E152: hue angle of 141.7º 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 #01E152 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 82 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.12 |
| HSL | 141.7º | 0.99% | 0.44% | - |
| HSV(B) | 141.7º | 1% | 0.88% | - |
| XYZ | 28.46 | 54.47 | 17 | - |
| YUV | 141.72 | 94.29 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 82 | 1.00 | 0 | 0.64 | 0.12 | 141.7 | 0.99 | 0.44 |
| Hex | 1 | E1 | 52 | 64 | 0 | 40 | C | 8E | 63 | 2C |
| Octal | 1 | 341 | 122 | 144 | 0 | 100 | 14 | 216 | 143 | 54 |
| Binary | 1 | 11100001 | 1010010 | 1100100 | 0 | 1000000 | 1100 | 10001110 | 1100011 | 101100 |
Color Harmonies of #01E152
Complementary color
Monochromatic Colors of #01E152
Black with #01E152
Text Example
Text Example
White with #01E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E152; }
p { color: rgb(1,225,82); }
H1.HeaderClassName
{
color: #01E152;
}
.AnyTagClassName
{
color: #01E152;
}
</style>
background-color css
<style>
a { background-color: #01E152; }
a { background-color: rgb(1,225,82); }
div.DivClassName
{
background-color: #01E152;
}
.BgClassName
{
background-color: #01E152;
}
</style>
border-color css
<style>
span { border-color: #01E152; }
span { border-color: rgb(1,225,82); }
td.TdClassName
{
border-color: #01E152;
}
.TagClassName
{
border-color: #01E152;
}
</style>