Shades of Malachite #01E252
Tints of Malachite #01E252
RGB
CMYK
RGB Variations
Color information
#01E252 (or 0x01E252) is known color: Malachite. HEX triplet: 01, E2 and 52. RGB value is (1,226,82). Sum of RGB (Red+Green+Blue) = 1+226+82=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #01E252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E252 is #FE1DAD. Grayscale: #8E8E8E. Windows color (decimal): -16653742 or 5431809. OLE color: 5431809.
HSL color Cylindrical-coordinate representation of color #01E252: hue angle of 141.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E252 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 226 | 82 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.11 |
| HSL | 141.6º | 0.99% | 0.45% | - |
| HSV(B) | 141.6º | 1% | 0.89% | - |
| XYZ | 28.73 | 55.01 | 17.09 | - |
| YUV | 142.31 | 93.96 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 226 | 82 | 1.00 | 0 | 0.64 | 0.11 | 141.6 | 0.99 | 0.45 |
| Hex | 1 | E2 | 52 | 64 | 0 | 40 | B | 8E | 63 | 2D |
| Octal | 1 | 342 | 122 | 144 | 0 | 100 | 13 | 216 | 143 | 55 |
| Binary | 1 | 11100010 | 1010010 | 1100100 | 0 | 1000000 | 1011 | 10001110 | 1100011 | 101101 |
Color Harmonies of #01E252
Complementary color
Monochromatic Colors of #01E252
Black with #01E252
Text Example
Text Example
White with #01E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E252; }
p { color: rgb(1,226,82); }
H1.HeaderClassName
{
color: #01E252;
}
.AnyTagClassName
{
color: #01E252;
}
</style>
background-color css
<style>
a { background-color: #01E252; }
a { background-color: rgb(1,226,82); }
div.DivClassName
{
background-color: #01E252;
}
.BgClassName
{
background-color: #01E252;
}
</style>
border-color css
<style>
span { border-color: #01E252; }
span { border-color: rgb(1,226,82); }
td.TdClassName
{
border-color: #01E252;
}
.TagClassName
{
border-color: #01E252;
}
</style>