Shades of Malachite #01DA49
Tints of Malachite #01DA49
RGB
CMYK
RGB Variations
Color information
#01DA49 (or 0x01DA49) is known color: Malachite. HEX triplet: 01, DA and 49. RGB value is (1,218,73). Sum of RGB (Red+Green+Blue) = 1+218+73=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 218 (85.55% from 255 or 74.66% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DA49 is #FE25B6. Grayscale: #888888. Windows color (decimal): -16655799 or 4839937. OLE color: 4839937.
HSL color Cylindrical-coordinate representation of color #01DA49: hue angle of 139.91º 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 #01DA49 is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 73 | - |
| CMYK | 1.00 | 0 | 0.67 | 0.15 |
| HSL | 139.91º | 0.99% | 0.43% | - |
| HSV(B) | 139.91º | 1% | 0.85% | - |
| XYZ | 26.29 | 50.63 | 14.69 | - |
| YUV | 136.59 | 92.11 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 73 | 1.00 | 0 | 0.67 | 0.15 | 139.91 | 0.99 | 0.43 |
| Hex | 1 | DA | 49 | 64 | 0 | 43 | F | 8C | 63 | 2B |
| Octal | 1 | 332 | 111 | 144 | 0 | 103 | 17 | 214 | 143 | 53 |
| Binary | 1 | 11011010 | 1001001 | 1100100 | 0 | 1000011 | 1111 | 10001100 | 1100011 | 101011 |
Color Harmonies of #01DA49
Complementary color
Monochromatic Colors of #01DA49
Black with #01DA49
Text Example
Text Example
White with #01DA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DA49; }
p { color: rgb(1,218,73); }
H1.HeaderClassName
{
color: #01DA49;
}
.AnyTagClassName
{
color: #01DA49;
}
</style>
background-color css
<style>
a { background-color: #01DA49; }
a { background-color: rgb(1,218,73); }
div.DivClassName
{
background-color: #01DA49;
}
.BgClassName
{
background-color: #01DA49;
}
</style>
border-color css
<style>
span { border-color: #01DA49; }
span { border-color: rgb(1,218,73); }
td.TdClassName
{
border-color: #01DA49;
}
.TagClassName
{
border-color: #01DA49;
}
</style>