Shades of Malachite #01C453
Tints of Malachite #01C453
RGB
CMYK
RGB Variations
Color information
#01C453 (or 0x01C453) is known color: Malachite. HEX triplet: 01, C4 and 53. RGB value is (1,196,83). Sum of RGB (Red+Green+Blue) = 1+196+83=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #01C453 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C453 is #FE3BAC. Grayscale: #7D7D7D. Windows color (decimal): -16661421 or 5489665. OLE color: 5489665.
HSL color Cylindrical-coordinate representation of color #01C453: hue angle of 145.23º 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 #01C453 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 83 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.23 |
| HSL | 145.23º | 0.99% | 0.39% | - |
| HSV(B) | 145.23º | 0.99% | 0.77% | - |
| XYZ | 21.31 | 40.11 | 14.8 | - |
| YUV | 124.81 | 104.4 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 83 | 0.99 | 0 | 0.58 | 0.23 | 145.23 | 0.99 | 0.39 |
| Hex | 1 | C4 | 53 | 63 | 0 | 3A | 17 | 91 | 63 | 27 |
| Octal | 1 | 304 | 123 | 143 | 0 | 72 | 27 | 221 | 143 | 47 |
| Binary | 1 | 11000100 | 1010011 | 1100011 | 0 | 111010 | 10111 | 10010001 | 1100011 | 100111 |
Color Harmonies of #01C453
Complementary color
Monochromatic Colors of #01C453
Black with #01C453
Text Example
Text Example
White with #01C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C453; }
p { color: rgb(1,196,83); }
H1.HeaderClassName
{
color: #01C453;
}
.AnyTagClassName
{
color: #01C453;
}
</style>
background-color css
<style>
a { background-color: #01C453; }
a { background-color: rgb(1,196,83); }
div.DivClassName
{
background-color: #01C453;
}
.BgClassName
{
background-color: #01C453;
}
</style>
border-color css
<style>
span { border-color: #01C453; }
span { border-color: rgb(1,196,83); }
td.TdClassName
{
border-color: #01C453;
}
.TagClassName
{
border-color: #01C453;
}
</style>