Shades of Malachite #01C554
Tints of Malachite #01C554
RGB
CMYK
RGB Variations
Color information
#01C554 (or 0x01C554) is known color: Malachite. HEX triplet: 01, C5 and 54. RGB value is (1,197,84). Sum of RGB (Red+Green+Blue) = 1+197+84=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #01C554 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C554 is #FE3AAB. Grayscale: #7D7D7D. Windows color (decimal): -16661164 or 5555457. OLE color: 5555457.
HSL color Cylindrical-coordinate representation of color #01C554: hue angle of 145.41º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C554 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 84 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.23 |
| HSL | 145.41º | 0.99% | 0.39% | - |
| HSV(B) | 145.41º | 0.99% | 0.77% | - |
| XYZ | 21.58 | 40.58 | 15.08 | - |
| YUV | 125.51 | 104.57 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 84 | 0.99 | 0 | 0.57 | 0.23 | 145.41 | 0.99 | 0.39 |
| Hex | 1 | C5 | 54 | 63 | 0 | 39 | 17 | 91 | 63 | 27 |
| Octal | 1 | 305 | 124 | 143 | 0 | 71 | 27 | 221 | 143 | 47 |
| Binary | 1 | 11000101 | 1010100 | 1100011 | 0 | 111001 | 10111 | 10010001 | 1100011 | 100111 |
Color Harmonies of #01C554
Complementary color
Monochromatic Colors of #01C554
Black with #01C554
Text Example
Text Example
White with #01C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C554; }
p { color: rgb(1,197,84); }
H1.HeaderClassName
{
color: #01C554;
}
.AnyTagClassName
{
color: #01C554;
}
</style>
background-color css
<style>
a { background-color: #01C554; }
a { background-color: rgb(1,197,84); }
div.DivClassName
{
background-color: #01C554;
}
.BgClassName
{
background-color: #01C554;
}
</style>
border-color css
<style>
span { border-color: #01C554; }
span { border-color: rgb(1,197,84); }
td.TdClassName
{
border-color: #01C554;
}
.TagClassName
{
border-color: #01C554;
}
</style>