Shades of Malachite #01E24A
Tints of Malachite #01E24A
RGB
CMYK
RGB Variations
Color information
#01E24A (or 0x01E24A) is known color: Malachite. HEX triplet: 01, E2 and 4A. RGB value is (1,226,74). Sum of RGB (Red+Green+Blue) = 1+226+74=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #01E24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E24A is #FE1DB5. Grayscale: #8D8D8D. Windows color (decimal): -16653750 or 4907521. OLE color: 4907521.
HSL color Cylindrical-coordinate representation of color #01E24A: hue angle of 139.47º 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 #01E24A is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 226 | 74 | - |
| CMYK | 1.00 | 0 | 0.67 | 0.11 |
| HSL | 139.47º | 0.99% | 0.45% | - |
| HSV(B) | 139.47º | 1% | 0.89% | - |
| XYZ | 28.44 | 54.89 | 15.57 | - |
| YUV | 141.4 | 89.96 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 226 | 74 | 1.00 | 0 | 0.67 | 0.11 | 139.47 | 0.99 | 0.45 |
| Hex | 1 | E2 | 4A | 64 | 0 | 43 | B | 8B | 63 | 2D |
| Octal | 1 | 342 | 112 | 144 | 0 | 103 | 13 | 213 | 143 | 55 |
| Binary | 1 | 11100010 | 1001010 | 1100100 | 0 | 1000011 | 1011 | 10001011 | 1100011 | 101101 |
Color Harmonies of #01E24A
Complementary color
Monochromatic Colors of #01E24A
Black with #01E24A
Text Example
Text Example
White with #01E24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E24A; }
p { color: rgb(1,226,74); }
H1.HeaderClassName
{
color: #01E24A;
}
.AnyTagClassName
{
color: #01E24A;
}
</style>
background-color css
<style>
a { background-color: #01E24A; }
a { background-color: rgb(1,226,74); }
div.DivClassName
{
background-color: #01E24A;
}
.BgClassName
{
background-color: #01E24A;
}
</style>
border-color css
<style>
span { border-color: #01E24A; }
span { border-color: rgb(1,226,74); }
td.TdClassName
{
border-color: #01E24A;
}
.TagClassName
{
border-color: #01E24A;
}
</style>