Shades of Malachite #01EA3E
Tints of Malachite #01EA3E
RGB
CMYK
RGB Variations
Color information
#01EA3E (or 0x01EA3E) is known color: Malachite. HEX triplet: 01, EA and 3E. RGB value is (1,234,62). Sum of RGB (Red+Green+Blue) = 1+234+62=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 234 (91.80% from 255 or 78.79% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EA3E is #FE15C1. Grayscale: #919191. Windows color (decimal): -16651714 or 4123137. OLE color: 4123137.
HSL color Cylindrical-coordinate representation of color #01EA3E: hue angle of 135.71º 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 #01EA3E is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 234 | 62 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.08 |
| HSL | 135.71º | 0.99% | 0.46% | - |
| HSV(B) | 135.71º | 1% | 0.92% | - |
| XYZ | 30.3 | 59.2 | 14.39 | - |
| YUV | 144.73 | 81.31 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 234 | 62 | 1.00 | 0 | 0.74 | 0.08 | 135.71 | 0.99 | 0.46 |
| Hex | 1 | EA | 3E | 64 | 0 | 4A | 8 | 88 | 63 | 2E |
| Octal | 1 | 352 | 76 | 144 | 0 | 112 | 10 | 210 | 143 | 56 |
| Binary | 1 | 11101010 | 111110 | 1100100 | 0 | 1001010 | 1000 | 10001000 | 1100011 | 101110 |
Color Harmonies of #01EA3E
Complementary color
Monochromatic Colors of #01EA3E
Black with #01EA3E
Text Example
Text Example
White with #01EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EA3E; }
p { color: rgb(1,234,62); }
H1.HeaderClassName
{
color: #01EA3E;
}
.AnyTagClassName
{
color: #01EA3E;
}
</style>
background-color css
<style>
a { background-color: #01EA3E; }
a { background-color: rgb(1,234,62); }
div.DivClassName
{
background-color: #01EA3E;
}
.BgClassName
{
background-color: #01EA3E;
}
</style>
border-color css
<style>
span { border-color: #01EA3E; }
span { border-color: rgb(1,234,62); }
td.TdClassName
{
border-color: #01EA3E;
}
.TagClassName
{
border-color: #01EA3E;
}
</style>