Shades of Malachite #01D24D
Tints of Malachite #01D24D
RGB
CMYK
RGB Variations
Color information
#01D24D (or 0x01D24D) is known color: Malachite. HEX triplet: 01, D2 and 4D. RGB value is (1,210,77). Sum of RGB (Red+Green+Blue) = 1+210+77=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 210 (82.42% from 255 or 72.92% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 210 - color contains mainly: green. Hex color #01D24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D24D is #FE2DB2. Grayscale: #848484. Windows color (decimal): -16657843 or 5100033. OLE color: 5100033.
HSL color Cylindrical-coordinate representation of color #01D24D: hue angle of 141.82º 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 #01D24D is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 77 | - |
| CMYK | 1.00 | 0 | 0.63 | 0.18 |
| HSL | 141.82º | 0.99% | 0.41% | - |
| HSV(B) | 141.82º | 1% | 0.82% | - |
| XYZ | 24.4 | 46.64 | 14.74 | - |
| YUV | 132.35 | 96.76 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 77 | 1.00 | 0 | 0.63 | 0.18 | 141.82 | 0.99 | 0.41 |
| Hex | 1 | D2 | 4D | 64 | 0 | 3F | 12 | 8E | 63 | 29 |
| Octal | 1 | 322 | 115 | 144 | 0 | 77 | 22 | 216 | 143 | 51 |
| Binary | 1 | 11010010 | 1001101 | 1100100 | 0 | 111111 | 10010 | 10001110 | 1100011 | 101001 |
Color Harmonies of #01D24D
Complementary color
Monochromatic Colors of #01D24D
Black with #01D24D
Text Example
Text Example
White with #01D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D24D; }
p { color: rgb(1,210,77); }
H1.HeaderClassName
{
color: #01D24D;
}
.AnyTagClassName
{
color: #01D24D;
}
</style>
background-color css
<style>
a { background-color: #01D24D; }
a { background-color: rgb(1,210,77); }
div.DivClassName
{
background-color: #01D24D;
}
.BgClassName
{
background-color: #01D24D;
}
</style>
border-color css
<style>
span { border-color: #01D24D; }
span { border-color: rgb(1,210,77); }
td.TdClassName
{
border-color: #01D24D;
}
.TagClassName
{
border-color: #01D24D;
}
</style>