Shades of Malachite #01EA65
Tints of Malachite #01EA65
RGB
CMYK
RGB Variations
Color information
#01EA65 (or 0x01EA65) is known color: Malachite. HEX triplet: 01, EA and 65. RGB value is (1,234,101). Sum of RGB (Red+Green+Blue) = 1+234+101=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 234 (91.80% from 255 or 69.64% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EA65 is #FE159A. Grayscale: #959595. Windows color (decimal): -16651675 or 6679041. OLE color: 6679041.
HSL color Cylindrical-coordinate representation of color #01EA65: hue angle of 145.75º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EA65 is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 234 | 101 | - |
| CMYK | 1.00 | 0 | 0.57 | 0.08 |
| HSL | 145.75º | 0.99% | 0.46% | - |
| HSV(B) | 145.75º | 1% | 0.92% | - |
| XYZ | 31.78 | 59.79 | 22.18 | - |
| YUV | 149.17 | 100.81 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 234 | 101 | 1.00 | 0 | 0.57 | 0.08 | 145.75 | 0.99 | 0.46 |
| Hex | 1 | EA | 65 | 64 | 0 | 39 | 8 | 92 | 63 | 2E |
| Octal | 1 | 352 | 145 | 144 | 0 | 71 | 10 | 222 | 143 | 56 |
| Binary | 1 | 11101010 | 1100101 | 1100100 | 0 | 111001 | 1000 | 10010010 | 1100011 | 101110 |
Color Harmonies of #01EA65
Complementary color
Monochromatic Colors of #01EA65
Black with #01EA65
Text Example
Text Example
White with #01EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EA65; }
p { color: rgb(1,234,101); }
H1.HeaderClassName
{
color: #01EA65;
}
.AnyTagClassName
{
color: #01EA65;
}
</style>
background-color css
<style>
a { background-color: #01EA65; }
a { background-color: rgb(1,234,101); }
div.DivClassName
{
background-color: #01EA65;
}
.BgClassName
{
background-color: #01EA65;
}
</style>
border-color css
<style>
span { border-color: #01EA65; }
span { border-color: rgb(1,234,101); }
td.TdClassName
{
border-color: #01EA65;
}
.TagClassName
{
border-color: #01EA65;
}
</style>