Shades of Malachite #0EE351
Tints of Malachite #0EE351
RGB
CMYK
RGB Variations
Color information
#0EE351 (or 0x0EE351) is known color: Malachite. HEX triplet: 0E, E3 and 51. RGB value is (14,227,81). Sum of RGB (Red+Green+Blue) = 14+227+81=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE351 is #F11CAE. Grayscale: #939393. Windows color (decimal): -15801519 or 5366542. OLE color: 5366542.
HSL color Cylindrical-coordinate representation of color #0EE351: hue angle of 138.87º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE351 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 227 | 81 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.11 |
| HSL | 138.87º | 0.88% | 0.47% | - |
| HSV(B) | 138.87º | 0.94% | 0.89% | - |
| XYZ | 29.14 | 55.63 | 16.99 | - |
| YUV | 146.67 | 90.93 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 227 | 81 | 0.94 | 0 | 0.64 | 0.11 | 138.87 | 0.88 | 0.47 |
| Hex | E | E3 | 51 | 5E | 0 | 40 | B | 8B | 58 | 2F |
| Octal | 16 | 343 | 121 | 136 | 0 | 100 | 13 | 213 | 130 | 57 |
| Binary | 1110 | 11100011 | 1010001 | 1011110 | 0 | 1000000 | 1011 | 10001011 | 1011000 | 101111 |
Color Harmonies of #0EE351
Complementary color
Monochromatic Colors of #0EE351
Black with #0EE351
Text Example
Text Example
White with #0EE351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE351; }
p { color: rgb(14,227,81); }
H1.HeaderClassName
{
color: #0EE351;
}
.AnyTagClassName
{
color: #0EE351;
}
</style>
background-color css
<style>
a { background-color: #0EE351; }
a { background-color: rgb(14,227,81); }
div.DivClassName
{
background-color: #0EE351;
}
.BgClassName
{
background-color: #0EE351;
}
</style>
border-color css
<style>
span { border-color: #0EE351; }
span { border-color: rgb(14,227,81); }
td.TdClassName
{
border-color: #0EE351;
}
.TagClassName
{
border-color: #0EE351;
}
</style>