Shades of Malachite #01C560
Tints of Malachite #01C560
RGB
CMYK
RGB Variations
Color information
#01C560 (or 0x01C560) is known color: Malachite. HEX triplet: 01, C5 and 60. RGB value is (1,197,96). Sum of RGB (Red+Green+Blue) = 1+197+96=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #01C560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C560 is #FE3A9F. Grayscale: #7F7F7F. Windows color (decimal): -16661152 or 6341889. OLE color: 6341889.
HSL color Cylindrical-coordinate representation of color #01C560: hue angle of 149.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C560 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 96 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.23 |
| HSL | 149.08º | 0.99% | 0.39% | - |
| HSV(B) | 149.08º | 0.99% | 0.77% | - |
| XYZ | 22.09 | 40.78 | 17.77 | - |
| YUV | 126.88 | 110.57 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 96 | 0.99 | 0 | 0.51 | 0.23 | 149.08 | 0.99 | 0.39 |
| Hex | 1 | C5 | 60 | 63 | 0 | 33 | 17 | 95 | 63 | 27 |
| Octal | 1 | 305 | 140 | 143 | 0 | 63 | 27 | 225 | 143 | 47 |
| Binary | 1 | 11000101 | 1100000 | 1100011 | 0 | 110011 | 10111 | 10010101 | 1100011 | 100111 |
Color Harmonies of #01C560
Complementary color
Monochromatic Colors of #01C560
Black with #01C560
Text Example
Text Example
White with #01C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C560; }
p { color: rgb(1,197,96); }
H1.HeaderClassName
{
color: #01C560;
}
.AnyTagClassName
{
color: #01C560;
}
</style>
background-color css
<style>
a { background-color: #01C560; }
a { background-color: rgb(1,197,96); }
div.DivClassName
{
background-color: #01C560;
}
.BgClassName
{
background-color: #01C560;
}
</style>
border-color css
<style>
span { border-color: #01C560; }
span { border-color: rgb(1,197,96); }
td.TdClassName
{
border-color: #01C560;
}
.TagClassName
{
border-color: #01C560;
}
</style>