Shades of Malachite #01D14A
Tints of Malachite #01D14A
RGB
CMYK
RGB Variations
Color information
#01D14A (or 0x01D14A) is known color: Malachite. HEX triplet: 01, D1 and 4A. RGB value is (1,209,74). Sum of RGB (Red+Green+Blue) = 1+209+74=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 209 (82.03% from 255 or 73.59% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 209 - color contains mainly: green. Hex color #01D14A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D14A is #FE2EB5. Grayscale: #838383. Windows color (decimal): -16658102 or 4903169. OLE color: 4903169.
HSL color Cylindrical-coordinate representation of color #01D14A: hue angle of 141.06º 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 #01D14A is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 74 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.18 |
| HSL | 141.06º | 0.99% | 0.41% | - |
| HSV(B) | 141.06º | 1% | 0.82% | - |
| XYZ | 24.05 | 46.1 | 14.11 | - |
| YUV | 131.42 | 95.59 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 74 | 1.00 | 0 | 0.65 | 0.18 | 141.06 | 0.99 | 0.41 |
| Hex | 1 | D1 | 4A | 64 | 0 | 41 | 12 | 8D | 63 | 29 |
| Octal | 1 | 321 | 112 | 144 | 0 | 101 | 22 | 215 | 143 | 51 |
| Binary | 1 | 11010001 | 1001010 | 1100100 | 0 | 1000001 | 10010 | 10001101 | 1100011 | 101001 |
Color Harmonies of #01D14A
Complementary color
Monochromatic Colors of #01D14A
Black with #01D14A
Text Example
Text Example
White with #01D14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D14A; }
p { color: rgb(1,209,74); }
H1.HeaderClassName
{
color: #01D14A;
}
.AnyTagClassName
{
color: #01D14A;
}
</style>
background-color css
<style>
a { background-color: #01D14A; }
a { background-color: rgb(1,209,74); }
div.DivClassName
{
background-color: #01D14A;
}
.BgClassName
{
background-color: #01D14A;
}
</style>
border-color css
<style>
span { border-color: #01D14A; }
span { border-color: rgb(1,209,74); }
td.TdClassName
{
border-color: #01D14A;
}
.TagClassName
{
border-color: #01D14A;
}
</style>