Shades of Malachite #01CB5A
Tints of Malachite #01CB5A
RGB
CMYK
RGB Variations
Color information
#01CB5A (or 0x01CB5A) is known color: Malachite. HEX triplet: 01, CB and 5A. RGB value is (1,203,90). Sum of RGB (Red+Green+Blue) = 1+203+90=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CB5A is #FE34A5. Grayscale: #818181. Windows color (decimal): -16659622 or 5950209. OLE color: 5950209.
HSL color Cylindrical-coordinate representation of color #01CB5A: hue angle of 146.44º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB5A is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 203 | 90 | - |
| CMYK | 1.00 | 0 | 0.56 | 0.20 |
| HSL | 146.44º | 0.99% | 0.4% | - |
| HSV(B) | 146.44º | 1% | 0.8% | - |
| XYZ | 23.21 | 43.46 | 16.84 | - |
| YUV | 129.72 | 105.58 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 90 | 1.00 | 0 | 0.56 | 0.20 | 146.44 | 0.99 | 0.4 |
| Hex | 1 | CB | 5A | 64 | 0 | 38 | 14 | 92 | 63 | 28 |
| Octal | 1 | 313 | 132 | 144 | 0 | 70 | 24 | 222 | 143 | 50 |
| Binary | 1 | 11001011 | 1011010 | 1100100 | 0 | 111000 | 10100 | 10010010 | 1100011 | 101000 |
Color Harmonies of #01CB5A
Complementary color
Monochromatic Colors of #01CB5A
Black with #01CB5A
Text Example
Text Example
White with #01CB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CB5A; }
p { color: rgb(1,203,90); }
H1.HeaderClassName
{
color: #01CB5A;
}
.AnyTagClassName
{
color: #01CB5A;
}
</style>
background-color css
<style>
a { background-color: #01CB5A; }
a { background-color: rgb(1,203,90); }
div.DivClassName
{
background-color: #01CB5A;
}
.BgClassName
{
background-color: #01CB5A;
}
</style>
border-color css
<style>
span { border-color: #01CB5A; }
span { border-color: rgb(1,203,90); }
td.TdClassName
{
border-color: #01CB5A;
}
.TagClassName
{
border-color: #01CB5A;
}
</style>