Shades of Malachite #0EEA62
Tints of Malachite #0EEA62
RGB
CMYK
RGB Variations
Color information
#0EEA62 (or 0x0EEA62) is known color: Malachite. HEX triplet: 0E, EA and 62. RGB value is (14,234,98). Sum of RGB (Red+Green+Blue) = 14+234+98=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEA62 is #F1159D. Grayscale: #999999. Windows color (decimal): -15799710 or 6482446. OLE color: 6482446.
HSL color Cylindrical-coordinate representation of color #0EEA62: hue angle of 142.91º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA62 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 98 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.08 |
| HSL | 142.91º | 0.89% | 0.49% | - |
| HSV(B) | 142.91º | 0.94% | 0.92% | - |
| XYZ | 31.81 | 59.82 | 21.43 | - |
| YUV | 152.72 | 97.11 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 98 | 0.94 | 0 | 0.58 | 0.08 | 142.91 | 0.89 | 0.49 |
| Hex | E | EA | 62 | 5E | 0 | 3A | 8 | 8F | 59 | 31 |
| Octal | 16 | 352 | 142 | 136 | 0 | 72 | 10 | 217 | 131 | 61 |
| Binary | 1110 | 11101010 | 1100010 | 1011110 | 0 | 111010 | 1000 | 10001111 | 1011001 | 110001 |
Color Harmonies of #0EEA62
Complementary color
Monochromatic Colors of #0EEA62
Black with #0EEA62
Text Example
Text Example
White with #0EEA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA62; }
p { color: rgb(14,234,98); }
H1.HeaderClassName
{
color: #0EEA62;
}
.AnyTagClassName
{
color: #0EEA62;
}
</style>
background-color css
<style>
a { background-color: #0EEA62; }
a { background-color: rgb(14,234,98); }
div.DivClassName
{
background-color: #0EEA62;
}
.BgClassName
{
background-color: #0EEA62;
}
</style>
border-color css
<style>
span { border-color: #0EEA62; }
span { border-color: rgb(14,234,98); }
td.TdClassName
{
border-color: #0EEA62;
}
.TagClassName
{
border-color: #0EEA62;
}
</style>