Shades of Malachite #0EE561
Tints of Malachite #0EE561
RGB
CMYK
RGB Variations
Color information
#0EE561 (or 0x0EE561) is known color: Malachite. HEX triplet: 0E, E5 and 61. RGB value is (14,229,97). Sum of RGB (Red+Green+Blue) = 14+229+97=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 229 (89.84% from 255 or 67.35% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE561 is #F11A9E. Grayscale: #959595. Windows color (decimal): -15800991 or 6415630. OLE color: 6415630.
HSL color Cylindrical-coordinate representation of color #0EE561: hue angle of 143.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE561 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 229 | 97 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.10 |
| HSL | 143.16º | 0.88% | 0.48% | - |
| HSV(B) | 143.16º | 0.94% | 0.9% | - |
| XYZ | 30.36 | 57 | 20.71 | - |
| YUV | 149.67 | 98.27 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 229 | 97 | 0.94 | 0 | 0.58 | 0.10 | 143.16 | 0.88 | 0.48 |
| Hex | E | E5 | 61 | 5E | 0 | 3A | A | 8F | 58 | 30 |
| Octal | 16 | 345 | 141 | 136 | 0 | 72 | 12 | 217 | 130 | 60 |
| Binary | 1110 | 11100101 | 1100001 | 1011110 | 0 | 111010 | 1010 | 10001111 | 1011000 | 110000 |
Color Harmonies of #0EE561
Complementary color
Monochromatic Colors of #0EE561
Black with #0EE561
Text Example
Text Example
White with #0EE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE561; }
p { color: rgb(14,229,97); }
H1.HeaderClassName
{
color: #0EE561;
}
.AnyTagClassName
{
color: #0EE561;
}
</style>
background-color css
<style>
a { background-color: #0EE561; }
a { background-color: rgb(14,229,97); }
div.DivClassName
{
background-color: #0EE561;
}
.BgClassName
{
background-color: #0EE561;
}
</style>
border-color css
<style>
span { border-color: #0EE561; }
span { border-color: rgb(14,229,97); }
td.TdClassName
{
border-color: #0EE561;
}
.TagClassName
{
border-color: #0EE561;
}
</style>