Shades of Malachite #01E53C
Tints of Malachite #01E53C
RGB
CMYK
RGB Variations
Color information
#01E53C (or 0x01E53C) is known color: Malachite. HEX triplet: 01, E5 and 3C. RGB value is (1,229,60). Sum of RGB (Red+Green+Blue) = 1+229+60=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #01E53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E53C is #FE1AC3. Grayscale: #8E8E8E. Windows color (decimal): -16652996 or 3990785. OLE color: 3990785.
HSL color Cylindrical-coordinate representation of color #01E53C: hue angle of 135.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E53C is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 60 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.10 |
| HSL | 135.53º | 0.99% | 0.45% | - |
| HSV(B) | 135.53º | 1% | 0.9% | - |
| XYZ | 28.85 | 56.37 | 13.64 | - |
| YUV | 141.56 | 81.96 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 60 | 1.00 | 0 | 0.74 | 0.10 | 135.53 | 0.99 | 0.45 |
| Hex | 1 | E5 | 3C | 64 | 0 | 4A | A | 88 | 63 | 2D |
| Octal | 1 | 345 | 74 | 144 | 0 | 112 | 12 | 210 | 143 | 55 |
| Binary | 1 | 11100101 | 111100 | 1100100 | 0 | 1001010 | 1010 | 10001000 | 1100011 | 101101 |
Color Harmonies of #01E53C
Complementary color
Monochromatic Colors of #01E53C
Black with #01E53C
Text Example
Text Example
White with #01E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E53C; }
p { color: rgb(1,229,60); }
H1.HeaderClassName
{
color: #01E53C;
}
.AnyTagClassName
{
color: #01E53C;
}
</style>
background-color css
<style>
a { background-color: #01E53C; }
a { background-color: rgb(1,229,60); }
div.DivClassName
{
background-color: #01E53C;
}
.BgClassName
{
background-color: #01E53C;
}
</style>
border-color css
<style>
span { border-color: #01E53C; }
span { border-color: rgb(1,229,60); }
td.TdClassName
{
border-color: #01E53C;
}
.TagClassName
{
border-color: #01E53C;
}
</style>