Shades of Malachite #01D148
Tints of Malachite #01D148
RGB
CMYK
RGB Variations
Color information
#01D148 (or 0x01D148) is known color: Malachite. HEX triplet: 01, D1 and 48. RGB value is (1,209,72). Sum of RGB (Red+Green+Blue) = 1+209+72=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 209 (82.03% from 255 or 74.11% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 209 - color contains mainly: green. Hex color #01D148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D148 is #FE2EB7. Grayscale: #838383. Windows color (decimal): -16658104 or 4772097. OLE color: 4772097.
HSL color Cylindrical-coordinate representation of color #01D148: hue angle of 140.48º 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 #01D148 is Cyan = 1.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 72 | - |
| CMYK | 1.00 | 0 | 0.66 | 0.18 |
| HSL | 140.48º | 0.99% | 0.41% | - |
| HSV(B) | 140.48º | 1% | 0.82% | - |
| XYZ | 23.98 | 46.08 | 13.76 | - |
| YUV | 131.19 | 94.59 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 72 | 1.00 | 0 | 0.66 | 0.18 | 140.48 | 0.99 | 0.41 |
| Hex | 1 | D1 | 48 | 64 | 0 | 42 | 12 | 8C | 63 | 29 |
| Octal | 1 | 321 | 110 | 144 | 0 | 102 | 22 | 214 | 143 | 51 |
| Binary | 1 | 11010001 | 1001000 | 1100100 | 0 | 1000010 | 10010 | 10001100 | 1100011 | 101001 |
Color Harmonies of #01D148
Complementary color
Monochromatic Colors of #01D148
Black with #01D148
Text Example
Text Example
White with #01D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D148; }
p { color: rgb(1,209,72); }
H1.HeaderClassName
{
color: #01D148;
}
.AnyTagClassName
{
color: #01D148;
}
</style>
background-color css
<style>
a { background-color: #01D148; }
a { background-color: rgb(1,209,72); }
div.DivClassName
{
background-color: #01D148;
}
.BgClassName
{
background-color: #01D148;
}
</style>
border-color css
<style>
span { border-color: #01D148; }
span { border-color: rgb(1,209,72); }
td.TdClassName
{
border-color: #01D148;
}
.TagClassName
{
border-color: #01D148;
}
</style>