Shades of Malachite #01D86C
Tints of Malachite #01D86C
RGB
CMYK
RGB Variations
Color information
#01D86C (or 0x01D86C) is known color: Malachite. HEX triplet: 01, D8 and 6C. RGB value is (1,216,108). Sum of RGB (Red+Green+Blue) = 1+216+108=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #01D86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D86C is #FE2793. Grayscale: #8B8B8B. Windows color (decimal): -16656276 or 7133185. OLE color: 7133185.
HSL color Cylindrical-coordinate representation of color #01D86C: hue angle of 149.86º 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 #01D86C is Cyan = 1.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 108 | - |
| CMYK | 1.00 | 0 | 0.50 | 0.15 |
| HSL | 149.86º | 0.99% | 0.43% | - |
| HSV(B) | 149.86º | 1% | 0.85% | - |
| XYZ | 27.28 | 50.2 | 22.44 | - |
| YUV | 139.4 | 110.27 | 29.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 108 | 1.00 | 0 | 0.50 | 0.15 | 149.86 | 0.99 | 0.43 |
| Hex | 1 | D8 | 6C | 64 | 0 | 32 | F | 96 | 63 | 2B |
| Octal | 1 | 330 | 154 | 144 | 0 | 62 | 17 | 226 | 143 | 53 |
| Binary | 1 | 11011000 | 1101100 | 1100100 | 0 | 110010 | 1111 | 10010110 | 1100011 | 101011 |
Color Harmonies of #01D86C
Complementary color
Monochromatic Colors of #01D86C
Black with #01D86C
Text Example
Text Example
White with #01D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D86C; }
p { color: rgb(1,216,108); }
H1.HeaderClassName
{
color: #01D86C;
}
.AnyTagClassName
{
color: #01D86C;
}
</style>
background-color css
<style>
a { background-color: #01D86C; }
a { background-color: rgb(1,216,108); }
div.DivClassName
{
background-color: #01D86C;
}
.BgClassName
{
background-color: #01D86C;
}
</style>
border-color css
<style>
span { border-color: #01D86C; }
span { border-color: rgb(1,216,108); }
td.TdClassName
{
border-color: #01D86C;
}
.TagClassName
{
border-color: #01D86C;
}
</style>