Shades of Malachite #0EE16A
Tints of Malachite #0EE16A
RGB
CMYK
RGB Variations
Color information
#0EE16A (or 0x0EE16A) is known color: Malachite. HEX triplet: 0E, E1 and 6A. RGB value is (14,225,106). Sum of RGB (Red+Green+Blue) = 14+225+106=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE16A is #F11E95. Grayscale: #949494. Windows color (decimal): -15802006 or 7004430. OLE color: 7004430.
HSL color Cylindrical-coordinate representation of color #0EE16A: hue angle of 146.16º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE16A is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 106 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.12 |
| HSL | 146.16º | 0.88% | 0.47% | - |
| HSV(B) | 146.16º | 0.94% | 0.88% | - |
| XYZ | 29.71 | 54.98 | 22.68 | - |
| YUV | 148.35 | 104.1 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 106 | 0.94 | 0 | 0.53 | 0.12 | 146.16 | 0.88 | 0.47 |
| Hex | E | E1 | 6A | 5E | 0 | 35 | C | 92 | 58 | 2F |
| Octal | 16 | 341 | 152 | 136 | 0 | 65 | 14 | 222 | 130 | 57 |
| Binary | 1110 | 11100001 | 1101010 | 1011110 | 0 | 110101 | 1100 | 10010010 | 1011000 | 101111 |
Color Harmonies of #0EE16A
Complementary color
Monochromatic Colors of #0EE16A
Black with #0EE16A
Text Example
Text Example
White with #0EE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE16A; }
p { color: rgb(14,225,106); }
H1.HeaderClassName
{
color: #0EE16A;
}
.AnyTagClassName
{
color: #0EE16A;
}
</style>
background-color css
<style>
a { background-color: #0EE16A; }
a { background-color: rgb(14,225,106); }
div.DivClassName
{
background-color: #0EE16A;
}
.BgClassName
{
background-color: #0EE16A;
}
</style>
border-color css
<style>
span { border-color: #0EE16A; }
span { border-color: rgb(14,225,106); }
td.TdClassName
{
border-color: #0EE16A;
}
.TagClassName
{
border-color: #0EE16A;
}
</style>