Shades of Malachite #01C663
Tints of Malachite #01C663
RGB
CMYK
RGB Variations
Color information
#01C663 (or 0x01C663) is known color: Malachite. HEX triplet: 01, C6 and 63. RGB value is (1,198,99). Sum of RGB (Red+Green+Blue) = 1+198+99=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 198 (77.73% from 255 or 66.44% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 198 - color contains mainly: green. Hex color #01C663 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C663 is #FE399C. Grayscale: #808080. Windows color (decimal): -16660893 or 6538753. OLE color: 6538753.
HSL color Cylindrical-coordinate representation of color #01C663: hue angle of 149.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C663 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 198 | 99 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.22 |
| HSL | 149.85º | 0.99% | 0.39% | - |
| HSV(B) | 149.85º | 0.99% | 0.78% | - |
| XYZ | 22.46 | 41.3 | 18.59 | - |
| YUV | 127.81 | 111.73 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 99 | 0.99 | 0 | 0.50 | 0.22 | 149.85 | 0.99 | 0.39 |
| Hex | 1 | C6 | 63 | 63 | 0 | 32 | 16 | 96 | 63 | 27 |
| Octal | 1 | 306 | 143 | 143 | 0 | 62 | 26 | 226 | 143 | 47 |
| Binary | 1 | 11000110 | 1100011 | 1100011 | 0 | 110010 | 10110 | 10010110 | 1100011 | 100111 |
Color Harmonies of #01C663
Complementary color
Monochromatic Colors of #01C663
Black with #01C663
Text Example
Text Example
White with #01C663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C663; }
p { color: rgb(1,198,99); }
H1.HeaderClassName
{
color: #01C663;
}
.AnyTagClassName
{
color: #01C663;
}
</style>
background-color css
<style>
a { background-color: #01C663; }
a { background-color: rgb(1,198,99); }
div.DivClassName
{
background-color: #01C663;
}
.BgClassName
{
background-color: #01C663;
}
</style>
border-color css
<style>
span { border-color: #01C663; }
span { border-color: rgb(1,198,99); }
td.TdClassName
{
border-color: #01C663;
}
.TagClassName
{
border-color: #01C663;
}
</style>