Shades of Malachite #01C55F
Tints of Malachite #01C55F
RGB
CMYK
RGB Variations
Color information
#01C55F (or 0x01C55F) is known color: Malachite. HEX triplet: 01, C5 and 5F. RGB value is (1,197,95). Sum of RGB (Red+Green+Blue) = 1+197+95=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #01C55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C55F is #FE3AA0. Grayscale: #7E7E7E. Windows color (decimal): -16661153 or 6276353. OLE color: 6276353.
HSL color Cylindrical-coordinate representation of color #01C55F: hue angle of 148.78º 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 #01C55F is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 95 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.23 |
| HSL | 148.78º | 0.99% | 0.39% | - |
| HSV(B) | 148.78º | 0.99% | 0.77% | - |
| XYZ | 22.04 | 40.77 | 17.53 | - |
| YUV | 126.77 | 110.07 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 95 | 0.99 | 0 | 0.52 | 0.23 | 148.78 | 0.99 | 0.39 |
| Hex | 1 | C5 | 5F | 63 | 0 | 34 | 17 | 95 | 63 | 27 |
| Octal | 1 | 305 | 137 | 143 | 0 | 64 | 27 | 225 | 143 | 47 |
| Binary | 1 | 11000101 | 1011111 | 1100011 | 0 | 110100 | 10111 | 10010101 | 1100011 | 100111 |
Color Harmonies of #01C55F
Complementary color
Monochromatic Colors of #01C55F
Black with #01C55F
Text Example
Text Example
White with #01C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C55F; }
p { color: rgb(1,197,95); }
H1.HeaderClassName
{
color: #01C55F;
}
.AnyTagClassName
{
color: #01C55F;
}
</style>
background-color css
<style>
a { background-color: #01C55F; }
a { background-color: rgb(1,197,95); }
div.DivClassName
{
background-color: #01C55F;
}
.BgClassName
{
background-color: #01C55F;
}
</style>
border-color css
<style>
span { border-color: #01C55F; }
span { border-color: rgb(1,197,95); }
td.TdClassName
{
border-color: #01C55F;
}
.TagClassName
{
border-color: #01C55F;
}
</style>