Shades of Malachite #01D660
Tints of Malachite #01D660
RGB
CMYK
RGB Variations
Color information
#01D660 (or 0x01D660) is known color: Malachite. HEX triplet: 01, D6 and 60. RGB value is (1,214,96). Sum of RGB (Red+Green+Blue) = 1+214+96=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #01D660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D660 is #FE299F. Grayscale: #898989. Windows color (decimal): -16656800 or 6346241. OLE color: 6346241.
HSL color Cylindrical-coordinate representation of color #01D660: hue angle of 146.76º 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 #01D660 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 96 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.16 |
| HSL | 146.76º | 0.99% | 0.42% | - |
| HSV(B) | 146.76º | 1% | 0.84% | - |
| XYZ | 26.17 | 48.94 | 19.13 | - |
| YUV | 136.86 | 104.93 | 31.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 96 | 1.00 | 0 | 0.55 | 0.16 | 146.76 | 0.99 | 0.42 |
| Hex | 1 | D6 | 60 | 64 | 0 | 37 | 10 | 93 | 63 | 2A |
| Octal | 1 | 326 | 140 | 144 | 0 | 67 | 20 | 223 | 143 | 52 |
| Binary | 1 | 11010110 | 1100000 | 1100100 | 0 | 110111 | 10000 | 10010011 | 1100011 | 101010 |
Color Harmonies of #01D660
Complementary color
Monochromatic Colors of #01D660
Black with #01D660
Text Example
Text Example
White with #01D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D660; }
p { color: rgb(1,214,96); }
H1.HeaderClassName
{
color: #01D660;
}
.AnyTagClassName
{
color: #01D660;
}
</style>
background-color css
<style>
a { background-color: #01D660; }
a { background-color: rgb(1,214,96); }
div.DivClassName
{
background-color: #01D660;
}
.BgClassName
{
background-color: #01D660;
}
</style>
border-color css
<style>
span { border-color: #01D660; }
span { border-color: rgb(1,214,96); }
td.TdClassName
{
border-color: #01D660;
}
.TagClassName
{
border-color: #01D660;
}
</style>