Shades of Malachite #01EC3F
Tints of Malachite #01EC3F
RGB
CMYK
RGB Variations
Color information
#01EC3F (or 0x01EC3F) is known color: Malachite. HEX triplet: 01, EC and 3F. RGB value is (1,236,63). Sum of RGB (Red+Green+Blue) = 1+236+63=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 236 (92.58% from 255 or 78.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EC3F is #FE13C0. Grayscale: #929292. Windows color (decimal): -16651201 or 4189185. OLE color: 4189185.
HSL color Cylindrical-coordinate representation of color #01EC3F: hue angle of 135.83º 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 #01EC3F is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 63 | - |
| CMYK | 1.00 | 0 | 0.73 | 0.07 |
| HSL | 135.83º | 0.99% | 0.46% | - |
| HSV(B) | 135.83º | 1% | 0.93% | - |
| XYZ | 30.91 | 60.36 | 14.72 | - |
| YUV | 146.01 | 81.14 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 63 | 1.00 | 0 | 0.73 | 0.07 | 135.83 | 0.99 | 0.46 |
| Hex | 1 | EC | 3F | 64 | 0 | 49 | 7 | 88 | 63 | 2E |
| Octal | 1 | 354 | 77 | 144 | 0 | 111 | 7 | 210 | 143 | 56 |
| Binary | 1 | 11101100 | 111111 | 1100100 | 0 | 1001001 | 111 | 10001000 | 1100011 | 101110 |
Color Harmonies of #01EC3F
Complementary color
Monochromatic Colors of #01EC3F
Black with #01EC3F
Text Example
Text Example
White with #01EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC3F; }
p { color: rgb(1,236,63); }
H1.HeaderClassName
{
color: #01EC3F;
}
.AnyTagClassName
{
color: #01EC3F;
}
</style>
background-color css
<style>
a { background-color: #01EC3F; }
a { background-color: rgb(1,236,63); }
div.DivClassName
{
background-color: #01EC3F;
}
.BgClassName
{
background-color: #01EC3F;
}
</style>
border-color css
<style>
span { border-color: #01EC3F; }
span { border-color: rgb(1,236,63); }
td.TdClassName
{
border-color: #01EC3F;
}
.TagClassName
{
border-color: #01EC3F;
}
</style>