Shades of Malachite #0EFA4D
Tints of Malachite #0EFA4D
RGB
CMYK
RGB Variations
Color information
#0EFA4D (or 0x0EFA4D) is known color: Malachite. HEX triplet: 0E, FA and 4D. RGB value is (14,250,77). Sum of RGB (Red+Green+Blue) = 14+250+77=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFA4D is #F105B2. Grayscale: #A0A0A0. Windows color (decimal): -15795635 or 5110286. OLE color: 5110286.
HSL color Cylindrical-coordinate representation of color #0EFA4D: hue angle of 136.02º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFA4D is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 250 | 77 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.02 |
| HSL | 136.02º | 0.96% | 0.52% | - |
| HSV(B) | 136.02º | 0.94% | 0.98% | - |
| XYZ | 35.71 | 69 | 18.46 | - |
| YUV | 159.71 | 81.31 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 77 | 0.94 | 0 | 0.69 | 0.02 | 136.02 | 0.96 | 0.52 |
| Hex | E | FA | 4D | 5E | 0 | 45 | 2 | 88 | 60 | 34 |
| Octal | 16 | 372 | 115 | 136 | 0 | 105 | 2 | 210 | 140 | 64 |
| Binary | 1110 | 11111010 | 1001101 | 1011110 | 0 | 1000101 | 10 | 10001000 | 1100000 | 110100 |
Color Harmonies of #0EFA4D
Complementary color
Monochromatic Colors of #0EFA4D
Black with #0EFA4D
Text Example
Text Example
White with #0EFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFA4D; }
p { color: rgb(14,250,77); }
H1.HeaderClassName
{
color: #0EFA4D;
}
.AnyTagClassName
{
color: #0EFA4D;
}
</style>
background-color css
<style>
a { background-color: #0EFA4D; }
a { background-color: rgb(14,250,77); }
div.DivClassName
{
background-color: #0EFA4D;
}
.BgClassName
{
background-color: #0EFA4D;
}
</style>
border-color css
<style>
span { border-color: #0EFA4D; }
span { border-color: rgb(14,250,77); }
td.TdClassName
{
border-color: #0EFA4D;
}
.TagClassName
{
border-color: #0EFA4D;
}
</style>