Shades of Malachite #01D24A
Tints of Malachite #01D24A
RGB
CMYK
RGB Variations
Color information
#01D24A (or 0x01D24A) is known color: Malachite. HEX triplet: 01, D2 and 4A. RGB value is (1,210,74). Sum of RGB (Red+Green+Blue) = 1+210+74=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #01D24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D24A is #FE2DB5. Grayscale: #848484. Windows color (decimal): -16657846 or 4903425. OLE color: 4903425.
HSL color Cylindrical-coordinate representation of color #01D24A: hue angle of 140.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D24A is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 74 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.18 |
| HSL | 140.96º | 0.99% | 0.41% | - |
| HSV(B) | 140.96º | 1% | 0.82% | - |
| XYZ | 24.3 | 46.59 | 14.19 | - |
| YUV | 132.01 | 95.26 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 74 | 1.00 | 0 | 0.65 | 0.18 | 140.96 | 0.99 | 0.41 |
| Hex | 1 | D2 | 4A | 64 | 0 | 41 | 12 | 8D | 63 | 29 |
| Octal | 1 | 322 | 112 | 144 | 0 | 101 | 22 | 215 | 143 | 51 |
| Binary | 1 | 11010010 | 1001010 | 1100100 | 0 | 1000001 | 10010 | 10001101 | 1100011 | 101001 |
Color Harmonies of #01D24A
Complementary color
Monochromatic Colors of #01D24A
Black with #01D24A
Text Example
Text Example
White with #01D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D24A; }
p { color: rgb(1,210,74); }
H1.HeaderClassName
{
color: #01D24A;
}
.AnyTagClassName
{
color: #01D24A;
}
</style>
background-color css
<style>
a { background-color: #01D24A; }
a { background-color: rgb(1,210,74); }
div.DivClassName
{
background-color: #01D24A;
}
.BgClassName
{
background-color: #01D24A;
}
</style>
border-color css
<style>
span { border-color: #01D24A; }
span { border-color: rgb(1,210,74); }
td.TdClassName
{
border-color: #01D24A;
}
.TagClassName
{
border-color: #01D24A;
}
</style>