Shades of Malachite #01CA57
Tints of Malachite #01CA57
RGB
CMYK
RGB Variations
Color information
#01CA57 (or 0x01CA57) is known color: Malachite. HEX triplet: 01, CA and 57. RGB value is (1,202,87). Sum of RGB (Red+Green+Blue) = 1+202+87=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA57 is #FE35A8. Grayscale: #818181. Windows color (decimal): -16659881 or 5753345. OLE color: 5753345.
HSL color Cylindrical-coordinate representation of color #01CA57: hue angle of 145.67º 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 #01CA57 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 202 | 87 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.21 |
| HSL | 145.67º | 0.99% | 0.4% | - |
| HSV(B) | 145.67º | 1% | 0.79% | - |
| XYZ | 22.85 | 42.94 | 16.1 | - |
| YUV | 128.79 | 104.41 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 202 | 87 | 1.00 | 0 | 0.57 | 0.21 | 145.67 | 0.99 | 0.4 |
| Hex | 1 | CA | 57 | 64 | 0 | 39 | 15 | 92 | 63 | 28 |
| Octal | 1 | 312 | 127 | 144 | 0 | 71 | 25 | 222 | 143 | 50 |
| Binary | 1 | 11001010 | 1010111 | 1100100 | 0 | 111001 | 10101 | 10010010 | 1100011 | 101000 |
Color Harmonies of #01CA57
Complementary color
Monochromatic Colors of #01CA57
Black with #01CA57
Text Example
Text Example
White with #01CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CA57; }
p { color: rgb(1,202,87); }
H1.HeaderClassName
{
color: #01CA57;
}
.AnyTagClassName
{
color: #01CA57;
}
</style>
background-color css
<style>
a { background-color: #01CA57; }
a { background-color: rgb(1,202,87); }
div.DivClassName
{
background-color: #01CA57;
}
.BgClassName
{
background-color: #01CA57;
}
</style>
border-color css
<style>
span { border-color: #01CA57; }
span { border-color: rgb(1,202,87); }
td.TdClassName
{
border-color: #01CA57;
}
.TagClassName
{
border-color: #01CA57;
}
</style>