Shades of Malachite #01EC48
Tints of Malachite #01EC48
RGB
CMYK
RGB Variations
Color information
#01EC48 (or 0x01EC48) is known color: Malachite. HEX triplet: 01, EC and 48. RGB value is (1,236,72). Sum of RGB (Red+Green+Blue) = 1+236+72=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 236 (92.58% from 255 or 76.38% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC48 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EC48 is #FE13B7. Grayscale: #939393. Windows color (decimal): -16651192 or 4779009. OLE color: 4779009.
HSL color Cylindrical-coordinate representation of color #01EC48: hue angle of 138.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC48 is Cyan = 1.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 72 | - |
| CMYK | 1.00 | 0 | 0.69 | 0.07 |
| HSL | 138.13º | 0.99% | 0.46% | - |
| HSV(B) | 138.13º | 1% | 0.93% | - |
| XYZ | 31.18 | 60.47 | 16.16 | - |
| YUV | 147.04 | 85.64 | 23.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 72 | 1.00 | 0 | 0.69 | 0.07 | 138.13 | 0.99 | 0.46 |
| Hex | 1 | EC | 48 | 64 | 0 | 45 | 7 | 8A | 63 | 2E |
| Octal | 1 | 354 | 110 | 144 | 0 | 105 | 7 | 212 | 143 | 56 |
| Binary | 1 | 11101100 | 1001000 | 1100100 | 0 | 1000101 | 111 | 10001010 | 1100011 | 101110 |
Color Harmonies of #01EC48
Complementary color
Monochromatic Colors of #01EC48
Black with #01EC48
Text Example
Text Example
White with #01EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC48; }
p { color: rgb(1,236,72); }
H1.HeaderClassName
{
color: #01EC48;
}
.AnyTagClassName
{
color: #01EC48;
}
</style>
background-color css
<style>
a { background-color: #01EC48; }
a { background-color: rgb(1,236,72); }
div.DivClassName
{
background-color: #01EC48;
}
.BgClassName
{
background-color: #01EC48;
}
</style>
border-color css
<style>
span { border-color: #01EC48; }
span { border-color: rgb(1,236,72); }
td.TdClassName
{
border-color: #01EC48;
}
.TagClassName
{
border-color: #01EC48;
}
</style>