Shades of Malachite #01C952
Tints of Malachite #01C952
RGB
CMYK
RGB Variations
Color information
#01C952 (or 0x01C952) is known color: Malachite. HEX triplet: 01, C9 and 52. RGB value is (1,201,82). Sum of RGB (Red+Green+Blue) = 1+201+82=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #01C952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C952 is #FE36AD. Grayscale: #7F7F7F. Windows color (decimal): -16660142 or 5425409. OLE color: 5425409.
HSL color Cylindrical-coordinate representation of color #01C952: hue angle of 144.3º 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 #01C952 is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 82 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.21 |
| HSL | 144.3º | 0.99% | 0.4% | - |
| HSV(B) | 144.3º | 1% | 0.79% | - |
| XYZ | 22.42 | 42.39 | 14.98 | - |
| YUV | 127.63 | 102.24 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 82 | 1.00 | 0 | 0.59 | 0.21 | 144.3 | 0.99 | 0.4 |
| Hex | 1 | C9 | 52 | 64 | 0 | 3B | 15 | 90 | 63 | 28 |
| Octal | 1 | 311 | 122 | 144 | 0 | 73 | 25 | 220 | 143 | 50 |
| Binary | 1 | 11001001 | 1010010 | 1100100 | 0 | 111011 | 10101 | 10010000 | 1100011 | 101000 |
Color Harmonies of #01C952
Complementary color
Monochromatic Colors of #01C952
Black with #01C952
Text Example
Text Example
White with #01C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C952; }
p { color: rgb(1,201,82); }
H1.HeaderClassName
{
color: #01C952;
}
.AnyTagClassName
{
color: #01C952;
}
</style>
background-color css
<style>
a { background-color: #01C952; }
a { background-color: rgb(1,201,82); }
div.DivClassName
{
background-color: #01C952;
}
.BgClassName
{
background-color: #01C952;
}
</style>
border-color css
<style>
span { border-color: #01C952; }
span { border-color: rgb(1,201,82); }
td.TdClassName
{
border-color: #01C952;
}
.TagClassName
{
border-color: #01C952;
}
</style>