Shades of Malachite #01D073
Tints of Malachite #01D073
RGB
CMYK
RGB Variations
Color information
#01D073 (or 0x01D073) is known color: Malachite. HEX triplet: 01, D0 and 73. RGB value is (1,208,115). Sum of RGB (Red+Green+Blue) = 1+208+115=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #01D073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D073 is #FE2F8C. Grayscale: #878787. Windows color (decimal): -16658317 or 7589889. OLE color: 7589889.
HSL color Cylindrical-coordinate representation of color #01D073: hue angle of 153.04º 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 #01D073 is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 115 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.18 |
| HSL | 153.04º | 0.99% | 0.41% | - |
| HSV(B) | 153.04º | 1% | 0.82% | - |
| XYZ | 25.66 | 46.36 | 23.81 | - |
| YUV | 135.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 115 | 1.00 | 0 | 0.45 | 0.18 | 153.04 | 0.99 | 0.41 |
| Hex | 1 | D0 | 73 | 64 | 0 | 2D | 12 | 99 | 63 | 29 |
| Octal | 1 | 320 | 163 | 144 | 0 | 55 | 22 | 231 | 143 | 51 |
| Binary | 1 | 11010000 | 1110011 | 1100100 | 0 | 101101 | 10010 | 10011001 | 1100011 | 101001 |
Color Harmonies of #01D073
Complementary color
Monochromatic Colors of #01D073
Black with #01D073
Text Example
Text Example
White with #01D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D073; }
p { color: rgb(1,208,115); }
H1.HeaderClassName
{
color: #01D073;
}
.AnyTagClassName
{
color: #01D073;
}
</style>
background-color css
<style>
a { background-color: #01D073; }
a { background-color: rgb(1,208,115); }
div.DivClassName
{
background-color: #01D073;
}
.BgClassName
{
background-color: #01D073;
}
</style>
border-color css
<style>
span { border-color: #01D073; }
span { border-color: rgb(1,208,115); }
td.TdClassName
{
border-color: #01D073;
}
.TagClassName
{
border-color: #01D073;
}
</style>