Shades of Malachite #01D04A
Tints of Malachite #01D04A
RGB
CMYK
RGB Variations
Color information
#01D04A (or 0x01D04A) is known color: Malachite. HEX triplet: 01, D0 and 4A. RGB value is (1,208,74). Sum of RGB (Red+Green+Blue) = 1+208+74=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #01D04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D04A is #FE2FB5. Grayscale: #838383. Windows color (decimal): -16658358 or 4902913. OLE color: 4902913.
HSL color Cylindrical-coordinate representation of color #01D04A: hue angle of 141.16º 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 #01D04A is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 74 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.18 |
| HSL | 141.16º | 0.99% | 0.41% | - |
| HSV(B) | 141.16º | 1% | 0.82% | - |
| XYZ | 23.8 | 45.61 | 14.03 | - |
| YUV | 130.83 | 95.92 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 74 | 1.00 | 0 | 0.64 | 0.18 | 141.16 | 0.99 | 0.41 |
| Hex | 1 | D0 | 4A | 64 | 0 | 40 | 12 | 8D | 63 | 29 |
| Octal | 1 | 320 | 112 | 144 | 0 | 100 | 22 | 215 | 143 | 51 |
| Binary | 1 | 11010000 | 1001010 | 1100100 | 0 | 1000000 | 10010 | 10001101 | 1100011 | 101001 |
Color Harmonies of #01D04A
Complementary color
Monochromatic Colors of #01D04A
Black with #01D04A
Text Example
Text Example
White with #01D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D04A; }
p { color: rgb(1,208,74); }
H1.HeaderClassName
{
color: #01D04A;
}
.AnyTagClassName
{
color: #01D04A;
}
</style>
background-color css
<style>
a { background-color: #01D04A; }
a { background-color: rgb(1,208,74); }
div.DivClassName
{
background-color: #01D04A;
}
.BgClassName
{
background-color: #01D04A;
}
</style>
border-color css
<style>
span { border-color: #01D04A; }
span { border-color: rgb(1,208,74); }
td.TdClassName
{
border-color: #01D04A;
}
.TagClassName
{
border-color: #01D04A;
}
</style>