Shades of Malachite #01D64A
Tints of Malachite #01D64A
RGB
CMYK
RGB Variations
Color information
#01D64A (or 0x01D64A) is known color: Malachite. HEX triplet: 01, D6 and 4A. RGB value is (1,214,74). Sum of RGB (Red+Green+Blue) = 1+214+74=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #01D64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D64A is #FE29B5. Grayscale: #868686. Windows color (decimal): -16656822 or 4904449. OLE color: 4904449.
HSL color Cylindrical-coordinate representation of color #01D64A: hue angle of 140.56º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D64A is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 74 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.16 |
| HSL | 140.56º | 0.99% | 0.42% | - |
| HSV(B) | 140.56º | 1% | 0.84% | - |
| XYZ | 25.3 | 48.59 | 14.52 | - |
| YUV | 134.35 | 93.93 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 74 | 1.00 | 0 | 0.65 | 0.16 | 140.56 | 0.99 | 0.42 |
| Hex | 1 | D6 | 4A | 64 | 0 | 41 | 10 | 8D | 63 | 2A |
| Octal | 1 | 326 | 112 | 144 | 0 | 101 | 20 | 215 | 143 | 52 |
| Binary | 1 | 11010110 | 1001010 | 1100100 | 0 | 1000001 | 10000 | 10001101 | 1100011 | 101010 |
Color Harmonies of #01D64A
Complementary color
Monochromatic Colors of #01D64A
Black with #01D64A
Text Example
Text Example
White with #01D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D64A; }
p { color: rgb(1,214,74); }
H1.HeaderClassName
{
color: #01D64A;
}
.AnyTagClassName
{
color: #01D64A;
}
</style>
background-color css
<style>
a { background-color: #01D64A; }
a { background-color: rgb(1,214,74); }
div.DivClassName
{
background-color: #01D64A;
}
.BgClassName
{
background-color: #01D64A;
}
</style>
border-color css
<style>
span { border-color: #01D64A; }
span { border-color: rgb(1,214,74); }
td.TdClassName
{
border-color: #01D64A;
}
.TagClassName
{
border-color: #01D64A;
}
</style>