Shades of Malachite #01D249
Tints of Malachite #01D249
RGB
CMYK
RGB Variations
Color information
#01D249 (or 0x01D249) is known color: Malachite. HEX triplet: 01, D2 and 49. RGB value is (1,210,73). Sum of RGB (Red+Green+Blue) = 1+210+73=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 210 (82.42% from 255 or 73.94% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 210 - color contains mainly: green. Hex color #01D249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D249 is #FE2DB6. Grayscale: #848484. Windows color (decimal): -16657847 or 4837889. OLE color: 4837889.
HSL color Cylindrical-coordinate representation of color #01D249: hue angle of 140.67º 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 #01D249 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 73 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.18 |
| HSL | 140.67º | 0.99% | 0.41% | - |
| HSV(B) | 140.67º | 1% | 0.82% | - |
| XYZ | 24.26 | 46.58 | 14.02 | - |
| YUV | 131.89 | 94.76 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 73 | 1.00 | 0 | 0.65 | 0.18 | 140.67 | 0.99 | 0.41 |
| Hex | 1 | D2 | 49 | 64 | 0 | 41 | 12 | 8D | 63 | 29 |
| Octal | 1 | 322 | 111 | 144 | 0 | 101 | 22 | 215 | 143 | 51 |
| Binary | 1 | 11010010 | 1001001 | 1100100 | 0 | 1000001 | 10010 | 10001101 | 1100011 | 101001 |
Color Harmonies of #01D249
Complementary color
Monochromatic Colors of #01D249
Black with #01D249
Text Example
Text Example
White with #01D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D249; }
p { color: rgb(1,210,73); }
H1.HeaderClassName
{
color: #01D249;
}
.AnyTagClassName
{
color: #01D249;
}
</style>
background-color css
<style>
a { background-color: #01D249; }
a { background-color: rgb(1,210,73); }
div.DivClassName
{
background-color: #01D249;
}
.BgClassName
{
background-color: #01D249;
}
</style>
border-color css
<style>
span { border-color: #01D249; }
span { border-color: rgb(1,210,73); }
td.TdClassName
{
border-color: #01D249;
}
.TagClassName
{
border-color: #01D249;
}
</style>