Shades of Malachite #0EE945
Tints of Malachite #0EE945
RGB
CMYK
RGB Variations
Color information
#0EE945 (or 0x0EE945) is known color: Malachite. HEX triplet: 0E, E9 and 45. RGB value is (14,233,69). Sum of RGB (Red+Green+Blue) = 14+233+69=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 233 (91.41% from 255 or 73.73% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE945 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE945 is #F116BA. Grayscale: #959595. Windows color (decimal): -15799995 or 4581646. OLE color: 4581646.
HSL color Cylindrical-coordinate representation of color #0EE945: hue angle of 135.07º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE945 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 69 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.09 |
| HSL | 135.07º | 0.89% | 0.48% | - |
| HSV(B) | 135.07º | 0.94% | 0.91% | - |
| XYZ | 30.39 | 58.8 | 15.38 | - |
| YUV | 148.82 | 82.95 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 69 | 0.94 | 0 | 0.70 | 0.09 | 135.07 | 0.89 | 0.48 |
| Hex | E | E9 | 45 | 5E | 0 | 46 | 9 | 87 | 59 | 30 |
| Octal | 16 | 351 | 105 | 136 | 0 | 106 | 11 | 207 | 131 | 60 |
| Binary | 1110 | 11101001 | 1000101 | 1011110 | 0 | 1000110 | 1001 | 10000111 | 1011001 | 110000 |
Color Harmonies of #0EE945
Complementary color
Monochromatic Colors of #0EE945
Black with #0EE945
Text Example
Text Example
White with #0EE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE945; }
p { color: rgb(14,233,69); }
H1.HeaderClassName
{
color: #0EE945;
}
.AnyTagClassName
{
color: #0EE945;
}
</style>
background-color css
<style>
a { background-color: #0EE945; }
a { background-color: rgb(14,233,69); }
div.DivClassName
{
background-color: #0EE945;
}
.BgClassName
{
background-color: #0EE945;
}
</style>
border-color css
<style>
span { border-color: #0EE945; }
span { border-color: rgb(14,233,69); }
td.TdClassName
{
border-color: #0EE945;
}
.TagClassName
{
border-color: #0EE945;
}
</style>