Shades of Malachite #01C95F
Tints of Malachite #01C95F
RGB
CMYK
RGB Variations
Color information
#01C95F (or 0x01C95F) is known color: Malachite. HEX triplet: 01, C9 and 5F. RGB value is (1,201,95). Sum of RGB (Red+Green+Blue) = 1+201+95=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 201 (78.91% from 255 or 67.68% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 201 - color contains mainly: green. Hex color #01C95F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C95F is #FE36A0. Grayscale: #818181. Windows color (decimal): -16660129 or 6277377. OLE color: 6277377.
HSL color Cylindrical-coordinate representation of color #01C95F: hue angle of 148.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C95F is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 95 | - |
| CMYK | 1.00 | 0 | 0.53 | 0.21 |
| HSL | 148.2º | 0.99% | 0.4% | - |
| HSV(B) | 148.2º | 1% | 0.79% | - |
| XYZ | 22.96 | 42.61 | 17.84 | - |
| YUV | 129.12 | 108.74 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 95 | 1.00 | 0 | 0.53 | 0.21 | 148.2 | 0.99 | 0.4 |
| Hex | 1 | C9 | 5F | 64 | 0 | 35 | 15 | 94 | 63 | 28 |
| Octal | 1 | 311 | 137 | 144 | 0 | 65 | 25 | 224 | 143 | 50 |
| Binary | 1 | 11001001 | 1011111 | 1100100 | 0 | 110101 | 10101 | 10010100 | 1100011 | 101000 |
Color Harmonies of #01C95F
Complementary color
Monochromatic Colors of #01C95F
Black with #01C95F
Text Example
Text Example
White with #01C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C95F; }
p { color: rgb(1,201,95); }
H1.HeaderClassName
{
color: #01C95F;
}
.AnyTagClassName
{
color: #01C95F;
}
</style>
background-color css
<style>
a { background-color: #01C95F; }
a { background-color: rgb(1,201,95); }
div.DivClassName
{
background-color: #01C95F;
}
.BgClassName
{
background-color: #01C95F;
}
</style>
border-color css
<style>
span { border-color: #01C95F; }
span { border-color: rgb(1,201,95); }
td.TdClassName
{
border-color: #01C95F;
}
.TagClassName
{
border-color: #01C95F;
}
</style>