Shades of Malachite #0EEA6A
Tints of Malachite #0EEA6A
RGB
CMYK
RGB Variations
Color information
#0EEA6A (or 0x0EEA6A) is known color: Malachite. HEX triplet: 0E, EA and 6A. RGB value is (14,234,106). Sum of RGB (Red+Green+Blue) = 14+234+106=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEA6A is #F11595. Grayscale: #999999. Windows color (decimal): -15799702 or 7006734. OLE color: 7006734.
HSL color Cylindrical-coordinate representation of color #0EEA6A: hue angle of 145.09º 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 #0EEA6A is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 106 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.08 |
| HSL | 145.09º | 0.89% | 0.49% | - |
| HSV(B) | 145.09º | 0.94% | 0.92% | - |
| XYZ | 32.21 | 59.98 | 23.52 | - |
| YUV | 153.63 | 101.11 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 106 | 0.94 | 0 | 0.55 | 0.08 | 145.09 | 0.89 | 0.49 |
| Hex | E | EA | 6A | 5E | 0 | 37 | 8 | 91 | 59 | 31 |
| Octal | 16 | 352 | 152 | 136 | 0 | 67 | 10 | 221 | 131 | 61 |
| Binary | 1110 | 11101010 | 1101010 | 1011110 | 0 | 110111 | 1000 | 10010001 | 1011001 | 110001 |
Color Harmonies of #0EEA6A
Complementary color
Monochromatic Colors of #0EEA6A
Black with #0EEA6A
Text Example
Text Example
White with #0EEA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA6A; }
p { color: rgb(14,234,106); }
H1.HeaderClassName
{
color: #0EEA6A;
}
.AnyTagClassName
{
color: #0EEA6A;
}
</style>
background-color css
<style>
a { background-color: #0EEA6A; }
a { background-color: rgb(14,234,106); }
div.DivClassName
{
background-color: #0EEA6A;
}
.BgClassName
{
background-color: #0EEA6A;
}
</style>
border-color css
<style>
span { border-color: #0EEA6A; }
span { border-color: rgb(14,234,106); }
td.TdClassName
{
border-color: #0EEA6A;
}
.TagClassName
{
border-color: #0EEA6A;
}
</style>