Shades of Malachite #01D54C
Tints of Malachite #01D54C
RGB
CMYK
RGB Variations
Color information
#01D54C (or 0x01D54C) is known color: Malachite. HEX triplet: 01, D5 and 4C. RGB value is (1,213,76). Sum of RGB (Red+Green+Blue) = 1+213+76=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #01D54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D54C is #FE2AB3. Grayscale: #868686. Windows color (decimal): -16657076 or 5035265. OLE color: 5035265.
HSL color Cylindrical-coordinate representation of color #01D54C: hue angle of 141.23º 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 #01D54C is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 76 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.16 |
| HSL | 141.23º | 0.99% | 0.42% | - |
| HSV(B) | 141.23º | 1% | 0.84% | - |
| XYZ | 25.11 | 48.12 | 14.8 | - |
| YUV | 133.99 | 95.26 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 76 | 1.00 | 0 | 0.64 | 0.16 | 141.23 | 0.99 | 0.42 |
| Hex | 1 | D5 | 4C | 64 | 0 | 40 | 10 | 8D | 63 | 2A |
| Octal | 1 | 325 | 114 | 144 | 0 | 100 | 20 | 215 | 143 | 52 |
| Binary | 1 | 11010101 | 1001100 | 1100100 | 0 | 1000000 | 10000 | 10001101 | 1100011 | 101010 |
Color Harmonies of #01D54C
Complementary color
Monochromatic Colors of #01D54C
Black with #01D54C
Text Example
Text Example
White with #01D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D54C; }
p { color: rgb(1,213,76); }
H1.HeaderClassName
{
color: #01D54C;
}
.AnyTagClassName
{
color: #01D54C;
}
</style>
background-color css
<style>
a { background-color: #01D54C; }
a { background-color: rgb(1,213,76); }
div.DivClassName
{
background-color: #01D54C;
}
.BgClassName
{
background-color: #01D54C;
}
</style>
border-color css
<style>
span { border-color: #01D54C; }
span { border-color: rgb(1,213,76); }
td.TdClassName
{
border-color: #01D54C;
}
.TagClassName
{
border-color: #01D54C;
}
</style>