Shades of Malachite #01D96A
Tints of Malachite #01D96A
RGB
CMYK
RGB Variations
Color information
#01D96A (or 0x01D96A) is known color: Malachite. HEX triplet: 01, D9 and 6A. RGB value is (1,217,106). Sum of RGB (Red+Green+Blue) = 1+217+106=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #01D96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D96A is #FE2695. Grayscale: #8B8B8B. Windows color (decimal): -16656022 or 7002369. OLE color: 7002369.
HSL color Cylindrical-coordinate representation of color #01D96A: hue angle of 149.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D96A is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 106 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.15 |
| HSL | 149.17º | 0.99% | 0.43% | - |
| HSV(B) | 149.17º | 1% | 0.85% | - |
| XYZ | 27.43 | 50.67 | 21.97 | - |
| YUV | 139.76 | 108.94 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 106 | 1.00 | 0 | 0.51 | 0.15 | 149.17 | 0.99 | 0.43 |
| Hex | 1 | D9 | 6A | 64 | 0 | 33 | F | 95 | 63 | 2B |
| Octal | 1 | 331 | 152 | 144 | 0 | 63 | 17 | 225 | 143 | 53 |
| Binary | 1 | 11011001 | 1101010 | 1100100 | 0 | 110011 | 1111 | 10010101 | 1100011 | 101011 |
Color Harmonies of #01D96A
Complementary color
Monochromatic Colors of #01D96A
Black with #01D96A
Text Example
Text Example
White with #01D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D96A; }
p { color: rgb(1,217,106); }
H1.HeaderClassName
{
color: #01D96A;
}
.AnyTagClassName
{
color: #01D96A;
}
</style>
background-color css
<style>
a { background-color: #01D96A; }
a { background-color: rgb(1,217,106); }
div.DivClassName
{
background-color: #01D96A;
}
.BgClassName
{
background-color: #01D96A;
}
</style>
border-color css
<style>
span { border-color: #01D96A; }
span { border-color: rgb(1,217,106); }
td.TdClassName
{
border-color: #01D96A;
}
.TagClassName
{
border-color: #01D96A;
}
</style>