Shades of Malachite #01D059
Tints of Malachite #01D059
RGB
CMYK
RGB Variations
Color information
#01D059 (or 0x01D059) is known color: Malachite. HEX triplet: 01, D0 and 59. RGB value is (1,208,89). Sum of RGB (Red+Green+Blue) = 1+208+89=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #01D059 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D059 is #FE2FA6. Grayscale: #848484. Windows color (decimal): -16658343 or 5885953. OLE color: 5885953.
HSL color Cylindrical-coordinate representation of color #01D059: hue angle of 145.51º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D059 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 89 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.18 |
| HSL | 145.51º | 0.99% | 0.41% | - |
| HSV(B) | 145.51º | 1% | 0.82% | - |
| XYZ | 24.37 | 45.84 | 17.01 | - |
| YUV | 132.54 | 103.42 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 89 | 1.00 | 0 | 0.57 | 0.18 | 145.51 | 0.99 | 0.41 |
| Hex | 1 | D0 | 59 | 64 | 0 | 39 | 12 | 92 | 63 | 29 |
| Octal | 1 | 320 | 131 | 144 | 0 | 71 | 22 | 222 | 143 | 51 |
| Binary | 1 | 11010000 | 1011001 | 1100100 | 0 | 111001 | 10010 | 10010010 | 1100011 | 101001 |
Color Harmonies of #01D059
Complementary color
Monochromatic Colors of #01D059
Black with #01D059
Text Example
Text Example
White with #01D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D059; }
p { color: rgb(1,208,89); }
H1.HeaderClassName
{
color: #01D059;
}
.AnyTagClassName
{
color: #01D059;
}
</style>
background-color css
<style>
a { background-color: #01D059; }
a { background-color: rgb(1,208,89); }
div.DivClassName
{
background-color: #01D059;
}
.BgClassName
{
background-color: #01D059;
}
</style>
border-color css
<style>
span { border-color: #01D059; }
span { border-color: rgb(1,208,89); }
td.TdClassName
{
border-color: #01D059;
}
.TagClassName
{
border-color: #01D059;
}
</style>