Shades of Malachite #0EE745
Tints of Malachite #0EE745
RGB
CMYK
RGB Variations
Color information
#0EE745 (or 0x0EE745) is known color: Malachite. HEX triplet: 0E, E7 and 45. RGB value is (14,231,69). Sum of RGB (Red+Green+Blue) = 14+231+69=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 231 (90.62% from 255 or 73.57% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE745 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE745 is #F118BA. Grayscale: #949494. Windows color (decimal): -15800507 or 4581134. OLE color: 4581134.
HSL color Cylindrical-coordinate representation of color #0EE745: hue angle of 135.21º 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 #0EE745 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 69 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.09 |
| HSL | 135.21º | 0.89% | 0.48% | - |
| HSV(B) | 135.21º | 0.94% | 0.91% | - |
| XYZ | 29.83 | 57.67 | 15.19 | - |
| YUV | 147.65 | 83.61 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 69 | 0.94 | 0 | 0.70 | 0.09 | 135.21 | 0.89 | 0.48 |
| Hex | E | E7 | 45 | 5E | 0 | 46 | 9 | 87 | 59 | 30 |
| Octal | 16 | 347 | 105 | 136 | 0 | 106 | 11 | 207 | 131 | 60 |
| Binary | 1110 | 11100111 | 1000101 | 1011110 | 0 | 1000110 | 1001 | 10000111 | 1011001 | 110000 |
Color Harmonies of #0EE745
Complementary color
Monochromatic Colors of #0EE745
Black with #0EE745
Text Example
Text Example
White with #0EE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE745; }
p { color: rgb(14,231,69); }
H1.HeaderClassName
{
color: #0EE745;
}
.AnyTagClassName
{
color: #0EE745;
}
</style>
background-color css
<style>
a { background-color: #0EE745; }
a { background-color: rgb(14,231,69); }
div.DivClassName
{
background-color: #0EE745;
}
.BgClassName
{
background-color: #0EE745;
}
</style>
border-color css
<style>
span { border-color: #0EE745; }
span { border-color: rgb(14,231,69); }
td.TdClassName
{
border-color: #0EE745;
}
.TagClassName
{
border-color: #0EE745;
}
</style>