Shades of Malachite #01EC65
Tints of Malachite #01EC65
RGB
CMYK
RGB Variations
Color information
#01EC65 (or 0x01EC65) is known color: Malachite. HEX triplet: 01, EC and 65. RGB value is (1,236,101). Sum of RGB (Red+Green+Blue) = 1+236+101=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC65 is #FE139A. Grayscale: #969696. Windows color (decimal): -16651163 or 6679553. OLE color: 6679553.
HSL color Cylindrical-coordinate representation of color #01EC65: hue angle of 145.53º 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 #01EC65 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 101 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.07 |
| HSL | 145.53º | 0.99% | 0.46% | - |
| HSV(B) | 145.53º | 1% | 0.93% | - |
| XYZ | 32.36 | 60.94 | 22.37 | - |
| YUV | 150.35 | 100.14 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 101 | 1.00 | 0 | 0.57 | 0.07 | 145.53 | 0.99 | 0.46 |
| Hex | 1 | EC | 65 | 64 | 0 | 39 | 7 | 92 | 63 | 2E |
| Octal | 1 | 354 | 145 | 144 | 0 | 71 | 7 | 222 | 143 | 56 |
| Binary | 1 | 11101100 | 1100101 | 1100100 | 0 | 111001 | 111 | 10010010 | 1100011 | 101110 |
Color Harmonies of #01EC65
Complementary color
Monochromatic Colors of #01EC65
Black with #01EC65
Text Example
Text Example
White with #01EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC65; }
p { color: rgb(1,236,101); }
H1.HeaderClassName
{
color: #01EC65;
}
.AnyTagClassName
{
color: #01EC65;
}
</style>
background-color css
<style>
a { background-color: #01EC65; }
a { background-color: rgb(1,236,101); }
div.DivClassName
{
background-color: #01EC65;
}
.BgClassName
{
background-color: #01EC65;
}
</style>
border-color css
<style>
span { border-color: #01EC65; }
span { border-color: rgb(1,236,101); }
td.TdClassName
{
border-color: #01EC65;
}
.TagClassName
{
border-color: #01EC65;
}
</style>