Shades of Malachite #01D15F
Tints of Malachite #01D15F
RGB
CMYK
RGB Variations
Color information
#01D15F (or 0x01D15F) is known color: Malachite. HEX triplet: 01, D1 and 5F. RGB value is (1,209,95). Sum of RGB (Red+Green+Blue) = 1+209+95=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #01D15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D15F is #FE2EA0. Grayscale: #868686. Windows color (decimal): -16658081 or 6279425. OLE color: 6279425.
HSL color Cylindrical-coordinate representation of color #01D15F: hue angle of 147.12º 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 #01D15F is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 95 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.18 |
| HSL | 147.12º | 0.99% | 0.41% | - |
| HSV(B) | 147.12º | 1% | 0.82% | - |
| XYZ | 24.88 | 46.43 | 18.48 | - |
| YUV | 133.81 | 106.09 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 95 | 1.00 | 0 | 0.55 | 0.18 | 147.12 | 0.99 | 0.41 |
| Hex | 1 | D1 | 5F | 64 | 0 | 37 | 12 | 93 | 63 | 29 |
| Octal | 1 | 321 | 137 | 144 | 0 | 67 | 22 | 223 | 143 | 51 |
| Binary | 1 | 11010001 | 1011111 | 1100100 | 0 | 110111 | 10010 | 10010011 | 1100011 | 101001 |
Color Harmonies of #01D15F
Complementary color
Monochromatic Colors of #01D15F
Black with #01D15F
Text Example
Text Example
White with #01D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D15F; }
p { color: rgb(1,209,95); }
H1.HeaderClassName
{
color: #01D15F;
}
.AnyTagClassName
{
color: #01D15F;
}
</style>
background-color css
<style>
a { background-color: #01D15F; }
a { background-color: rgb(1,209,95); }
div.DivClassName
{
background-color: #01D15F;
}
.BgClassName
{
background-color: #01D15F;
}
</style>
border-color css
<style>
span { border-color: #01D15F; }
span { border-color: rgb(1,209,95); }
td.TdClassName
{
border-color: #01D15F;
}
.TagClassName
{
border-color: #01D15F;
}
</style>