Shades of Malachite #01D668
Tints of Malachite #01D668
RGB
CMYK
RGB Variations
Color information
#01D668 (or 0x01D668) is known color: Malachite. HEX triplet: 01, D6 and 68. RGB value is (1,214,104). Sum of RGB (Red+Green+Blue) = 1+214+104=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #01D668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D668 is #FE2997. Grayscale: #8A8A8A. Windows color (decimal): -16656792 or 6870529. OLE color: 6870529.
HSL color Cylindrical-coordinate representation of color #01D668: hue angle of 149.01º 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 #01D668 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 104 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.16 |
| HSL | 149.01º | 0.99% | 0.42% | - |
| HSV(B) | 149.01º | 1% | 0.84% | - |
| XYZ | 26.56 | 49.1 | 21.17 | - |
| YUV | 137.77 | 108.93 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 104 | 1.00 | 0 | 0.51 | 0.16 | 149.01 | 0.99 | 0.42 |
| Hex | 1 | D6 | 68 | 64 | 0 | 33 | 10 | 95 | 63 | 2A |
| Octal | 1 | 326 | 150 | 144 | 0 | 63 | 20 | 225 | 143 | 52 |
| Binary | 1 | 11010110 | 1101000 | 1100100 | 0 | 110011 | 10000 | 10010101 | 1100011 | 101010 |
Color Harmonies of #01D668
Complementary color
Monochromatic Colors of #01D668
Black with #01D668
Text Example
Text Example
White with #01D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D668; }
p { color: rgb(1,214,104); }
H1.HeaderClassName
{
color: #01D668;
}
.AnyTagClassName
{
color: #01D668;
}
</style>
background-color css
<style>
a { background-color: #01D668; }
a { background-color: rgb(1,214,104); }
div.DivClassName
{
background-color: #01D668;
}
.BgClassName
{
background-color: #01D668;
}
</style>
border-color css
<style>
span { border-color: #01D668; }
span { border-color: rgb(1,214,104); }
td.TdClassName
{
border-color: #01D668;
}
.TagClassName
{
border-color: #01D668;
}
</style>