Shades of Malachite #01C45A
Tints of Malachite #01C45A
RGB
CMYK
RGB Variations
Color information
#01C45A (or 0x01C45A) is known color: Malachite. HEX triplet: 01, C4 and 5A. RGB value is (1,196,90). Sum of RGB (Red+Green+Blue) = 1+196+90=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 196 (76.95% from 255 or 68.29% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 196 - color contains mainly: green. Hex color #01C45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C45A is #FE3BA5. Grayscale: #7D7D7D. Windows color (decimal): -16661414 or 5948417. OLE color: 5948417.
HSL color Cylindrical-coordinate representation of color #01C45A: hue angle of 147.38º 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 #01C45A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 90 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.23 |
| HSL | 147.38º | 0.99% | 0.39% | - |
| HSV(B) | 147.38º | 0.99% | 0.77% | - |
| XYZ | 21.6 | 40.22 | 16.3 | - |
| YUV | 125.61 | 107.9 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 90 | 0.99 | 0 | 0.54 | 0.23 | 147.38 | 0.99 | 0.39 |
| Hex | 1 | C4 | 5A | 63 | 0 | 36 | 17 | 93 | 63 | 27 |
| Octal | 1 | 304 | 132 | 143 | 0 | 66 | 27 | 223 | 143 | 47 |
| Binary | 1 | 11000100 | 1011010 | 1100011 | 0 | 110110 | 10111 | 10010011 | 1100011 | 100111 |
Color Harmonies of #01C45A
Complementary color
Monochromatic Colors of #01C45A
Black with #01C45A
Text Example
Text Example
White with #01C45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C45A; }
p { color: rgb(1,196,90); }
H1.HeaderClassName
{
color: #01C45A;
}
.AnyTagClassName
{
color: #01C45A;
}
</style>
background-color css
<style>
a { background-color: #01C45A; }
a { background-color: rgb(1,196,90); }
div.DivClassName
{
background-color: #01C45A;
}
.BgClassName
{
background-color: #01C45A;
}
</style>
border-color css
<style>
span { border-color: #01C45A; }
span { border-color: rgb(1,196,90); }
td.TdClassName
{
border-color: #01C45A;
}
.TagClassName
{
border-color: #01C45A;
}
</style>