Shades of Malachite #01C357
Tints of Malachite #01C357
RGB
CMYK
RGB Variations
Color information
#01C357 (or 0x01C357) is known color: Malachite. HEX triplet: 01, C3 and 57. RGB value is (1,195,87). Sum of RGB (Red+Green+Blue) = 1+195+87=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #01C357 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C357 is #FE3CA8. Grayscale: #7C7C7C. Windows color (decimal): -16661673 or 5751553. OLE color: 5751553.
HSL color Cylindrical-coordinate representation of color #01C357: hue angle of 146.6º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C357 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 87 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.24 |
| HSL | 146.6º | 0.99% | 0.38% | - |
| HSV(B) | 146.6º | 0.99% | 0.76% | - |
| XYZ | 21.25 | 39.72 | 15.56 | - |
| YUV | 124.68 | 106.73 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 87 | 0.99 | 0 | 0.55 | 0.24 | 146.6 | 0.99 | 0.38 |
| Hex | 1 | C3 | 57 | 63 | 0 | 37 | 18 | 93 | 63 | 26 |
| Octal | 1 | 303 | 127 | 143 | 0 | 67 | 30 | 223 | 143 | 46 |
| Binary | 1 | 11000011 | 1010111 | 1100011 | 0 | 110111 | 11000 | 10010011 | 1100011 | 100110 |
Color Harmonies of #01C357
Complementary color
Monochromatic Colors of #01C357
Black with #01C357
Text Example
Text Example
White with #01C357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C357; }
p { color: rgb(1,195,87); }
H1.HeaderClassName
{
color: #01C357;
}
.AnyTagClassName
{
color: #01C357;
}
</style>
background-color css
<style>
a { background-color: #01C357; }
a { background-color: rgb(1,195,87); }
div.DivClassName
{
background-color: #01C357;
}
.BgClassName
{
background-color: #01C357;
}
</style>
border-color css
<style>
span { border-color: #01C357; }
span { border-color: rgb(1,195,87); }
td.TdClassName
{
border-color: #01C357;
}
.TagClassName
{
border-color: #01C357;
}
</style>