Shades of Malachite #01C955
Tints of Malachite #01C955
RGB
CMYK
RGB Variations
Color information
#01C955 (or 0x01C955) is known color: Malachite. HEX triplet: 01, C9 and 55. RGB value is (1,201,85). Sum of RGB (Red+Green+Blue) = 1+201+85=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #01C955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C955 is #FE36AA. Grayscale: #808080. Windows color (decimal): -16660139 or 5622017. OLE color: 5622017.
HSL color Cylindrical-coordinate representation of color #01C955: hue angle of 145.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 #01C955 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 85 | - |
| CMYK | 1.00 | 0 | 0.58 | 0.21 |
| HSL | 145.2º | 0.99% | 0.4% | - |
| HSV(B) | 145.2º | 1% | 0.79% | - |
| XYZ | 22.54 | 42.44 | 15.6 | - |
| YUV | 127.98 | 103.74 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 85 | 1.00 | 0 | 0.58 | 0.21 | 145.2 | 0.99 | 0.4 |
| Hex | 1 | C9 | 55 | 64 | 0 | 3A | 15 | 91 | 63 | 28 |
| Octal | 1 | 311 | 125 | 144 | 0 | 72 | 25 | 221 | 143 | 50 |
| Binary | 1 | 11001001 | 1010101 | 1100100 | 0 | 111010 | 10101 | 10010001 | 1100011 | 101000 |
Color Harmonies of #01C955
Complementary color
Monochromatic Colors of #01C955
Black with #01C955
Text Example
Text Example
White with #01C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C955; }
p { color: rgb(1,201,85); }
H1.HeaderClassName
{
color: #01C955;
}
.AnyTagClassName
{
color: #01C955;
}
</style>
background-color css
<style>
a { background-color: #01C955; }
a { background-color: rgb(1,201,85); }
div.DivClassName
{
background-color: #01C955;
}
.BgClassName
{
background-color: #01C955;
}
</style>
border-color css
<style>
span { border-color: #01C955; }
span { border-color: rgb(1,201,85); }
td.TdClassName
{
border-color: #01C955;
}
.TagClassName
{
border-color: #01C955;
}
</style>