Shades of Malachite #01C962
Tints of Malachite #01C962
RGB
CMYK
RGB Variations
Color information
#01C962 (or 0x01C962) is known color: Malachite. HEX triplet: 01, C9 and 62. RGB value is (1,201,98). Sum of RGB (Red+Green+Blue) = 1+201+98=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #01C962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C962 is #FE369D. Grayscale: #818181. Windows color (decimal): -16660126 or 6473985. OLE color: 6473985.
HSL color Cylindrical-coordinate representation of color #01C962: hue angle of 149.1º 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 #01C962 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 98 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.21 |
| HSL | 149.1º | 0.99% | 0.4% | - |
| HSV(B) | 149.1º | 1% | 0.79% | - |
| XYZ | 23.1 | 42.66 | 18.57 | - |
| YUV | 129.46 | 110.24 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 98 | 1.00 | 0 | 0.51 | 0.21 | 149.1 | 0.99 | 0.4 |
| Hex | 1 | C9 | 62 | 64 | 0 | 33 | 15 | 95 | 63 | 28 |
| Octal | 1 | 311 | 142 | 144 | 0 | 63 | 25 | 225 | 143 | 50 |
| Binary | 1 | 11001001 | 1100010 | 1100100 | 0 | 110011 | 10101 | 10010101 | 1100011 | 101000 |
Color Harmonies of #01C962
Complementary color
Monochromatic Colors of #01C962
Black with #01C962
Text Example
Text Example
White with #01C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C962; }
p { color: rgb(1,201,98); }
H1.HeaderClassName
{
color: #01C962;
}
.AnyTagClassName
{
color: #01C962;
}
</style>
background-color css
<style>
a { background-color: #01C962; }
a { background-color: rgb(1,201,98); }
div.DivClassName
{
background-color: #01C962;
}
.BgClassName
{
background-color: #01C962;
}
</style>
border-color css
<style>
span { border-color: #01C962; }
span { border-color: rgb(1,201,98); }
td.TdClassName
{
border-color: #01C962;
}
.TagClassName
{
border-color: #01C962;
}
</style>