Shades of Malachite #01D954
Tints of Malachite #01D954
RGB
CMYK
RGB Variations
Color information
#01D954 (or 0x01D954) is known color: Malachite. HEX triplet: 01, D9 and 54. RGB value is (1,217,84). Sum of RGB (Red+Green+Blue) = 1+217+84=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #01D954 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D954 is #FE26AB. Grayscale: #898989. Windows color (decimal): -16656044 or 5560577. OLE color: 5560577.
HSL color Cylindrical-coordinate representation of color #01D954: hue angle of 143.06º 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 #01D954 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 84 | - |
| CMYK | 1.00 | 0 | 0.61 | 0.15 |
| HSL | 143.06º | 0.99% | 0.43% | - |
| HSV(B) | 143.06º | 1% | 0.85% | - |
| XYZ | 26.43 | 50.27 | 16.7 | - |
| YUV | 137.25 | 97.94 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 84 | 1.00 | 0 | 0.61 | 0.15 | 143.06 | 0.99 | 0.43 |
| Hex | 1 | D9 | 54 | 64 | 0 | 3D | F | 8F | 63 | 2B |
| Octal | 1 | 331 | 124 | 144 | 0 | 75 | 17 | 217 | 143 | 53 |
| Binary | 1 | 11011001 | 1010100 | 1100100 | 0 | 111101 | 1111 | 10001111 | 1100011 | 101011 |
Color Harmonies of #01D954
Complementary color
Monochromatic Colors of #01D954
Black with #01D954
Text Example
Text Example
White with #01D954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D954; }
p { color: rgb(1,217,84); }
H1.HeaderClassName
{
color: #01D954;
}
.AnyTagClassName
{
color: #01D954;
}
</style>
background-color css
<style>
a { background-color: #01D954; }
a { background-color: rgb(1,217,84); }
div.DivClassName
{
background-color: #01D954;
}
.BgClassName
{
background-color: #01D954;
}
</style>
border-color css
<style>
span { border-color: #01D954; }
span { border-color: rgb(1,217,84); }
td.TdClassName
{
border-color: #01D954;
}
.TagClassName
{
border-color: #01D954;
}
</style>