Shades of Malachite #01D873
Tints of Malachite #01D873
RGB
CMYK
RGB Variations
Color information
#01D873 (or 0x01D873) is known color: Malachite. HEX triplet: 01, D8 and 73. RGB value is (1,216,115). Sum of RGB (Red+Green+Blue) = 1+216+115=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #01D873 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D873 is #FE278C. Grayscale: #8C8C8C. Windows color (decimal): -16656269 or 7591937. OLE color: 7591937.
HSL color Cylindrical-coordinate representation of color #01D873: hue angle of 151.81º 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 #01D873 is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 115 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.15 |
| HSL | 151.81º | 0.99% | 0.43% | - |
| HSV(B) | 151.81º | 1% | 0.85% | - |
| XYZ | 27.66 | 50.36 | 24.48 | - |
| YUV | 140.2 | 113.77 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 115 | 1.00 | 0 | 0.47 | 0.15 | 151.81 | 0.99 | 0.43 |
| Hex | 1 | D8 | 73 | 64 | 0 | 2F | F | 98 | 63 | 2B |
| Octal | 1 | 330 | 163 | 144 | 0 | 57 | 17 | 230 | 143 | 53 |
| Binary | 1 | 11011000 | 1110011 | 1100100 | 0 | 101111 | 1111 | 10011000 | 1100011 | 101011 |
Color Harmonies of #01D873
Complementary color
Monochromatic Colors of #01D873
Black with #01D873
Text Example
Text Example
White with #01D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D873; }
p { color: rgb(1,216,115); }
H1.HeaderClassName
{
color: #01D873;
}
.AnyTagClassName
{
color: #01D873;
}
</style>
background-color css
<style>
a { background-color: #01D873; }
a { background-color: rgb(1,216,115); }
div.DivClassName
{
background-color: #01D873;
}
.BgClassName
{
background-color: #01D873;
}
</style>
border-color css
<style>
span { border-color: #01D873; }
span { border-color: rgb(1,216,115); }
td.TdClassName
{
border-color: #01D873;
}
.TagClassName
{
border-color: #01D873;
}
</style>