Shades of Malachite #01D56E
Tints of Malachite #01D56E
RGB
CMYK
RGB Variations
Color information
#01D56E (or 0x01D56E) is known color: Malachite. HEX triplet: 01, D5 and 6E. RGB value is (1,213,110). Sum of RGB (Red+Green+Blue) = 1+213+110=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #01D56E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D56E is #FE2A91. Grayscale: #8A8A8A. Windows color (decimal): -16657042 or 7263489. OLE color: 7263489.
HSL color Cylindrical-coordinate representation of color #01D56E: hue angle of 150.85º 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 #01D56E is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 110 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.16 |
| HSL | 150.85º | 0.99% | 0.42% | - |
| HSV(B) | 150.85º | 1% | 0.84% | - |
| XYZ | 26.62 | 48.72 | 22.75 | - |
| YUV | 137.87 | 112.26 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 110 | 1.00 | 0 | 0.48 | 0.16 | 150.85 | 0.99 | 0.42 |
| Hex | 1 | D5 | 6E | 64 | 0 | 30 | 10 | 97 | 63 | 2A |
| Octal | 1 | 325 | 156 | 144 | 0 | 60 | 20 | 227 | 143 | 52 |
| Binary | 1 | 11010101 | 1101110 | 1100100 | 0 | 110000 | 10000 | 10010111 | 1100011 | 101010 |
Color Harmonies of #01D56E
Complementary color
Monochromatic Colors of #01D56E
Black with #01D56E
Text Example
Text Example
White with #01D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D56E; }
p { color: rgb(1,213,110); }
H1.HeaderClassName
{
color: #01D56E;
}
.AnyTagClassName
{
color: #01D56E;
}
</style>
background-color css
<style>
a { background-color: #01D56E; }
a { background-color: rgb(1,213,110); }
div.DivClassName
{
background-color: #01D56E;
}
.BgClassName
{
background-color: #01D56E;
}
</style>
border-color css
<style>
span { border-color: #01D56E; }
span { border-color: rgb(1,213,110); }
td.TdClassName
{
border-color: #01D56E;
}
.TagClassName
{
border-color: #01D56E;
}
</style>