Shades of Malachite #0EF345
Tints of Malachite #0EF345
RGB
CMYK
RGB Variations
Color information
#0EF345 (or 0x0EF345) is known color: Malachite. HEX triplet: 0E, F3 and 45. RGB value is (14,243,69). Sum of RGB (Red+Green+Blue) = 14+243+69=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF345 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF345 is #F10CBA. Grayscale: #9B9B9B. Windows color (decimal): -15797435 or 4584206. OLE color: 4584206.
HSL color Cylindrical-coordinate representation of color #0EF345: hue angle of 134.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF345 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 243 | 69 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.05 |
| HSL | 134.41º | 0.91% | 0.5% | - |
| HSV(B) | 134.41º | 0.94% | 0.95% | - |
| XYZ | 33.31 | 64.62 | 16.35 | - |
| YUV | 154.69 | 79.63 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 243 | 69 | 0.94 | 0 | 0.72 | 0.05 | 134.41 | 0.91 | 0.5 |
| Hex | E | F3 | 45 | 5E | 0 | 48 | 5 | 86 | 5B | 32 |
| Octal | 16 | 363 | 105 | 136 | 0 | 110 | 5 | 206 | 133 | 62 |
| Binary | 1110 | 11110011 | 1000101 | 1011110 | 0 | 1001000 | 101 | 10000110 | 1011011 | 110010 |
Color Harmonies of #0EF345
Complementary color
Monochromatic Colors of #0EF345
Black with #0EF345
Text Example
Text Example
White with #0EF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF345; }
p { color: rgb(14,243,69); }
H1.HeaderClassName
{
color: #0EF345;
}
.AnyTagClassName
{
color: #0EF345;
}
</style>
background-color css
<style>
a { background-color: #0EF345; }
a { background-color: rgb(14,243,69); }
div.DivClassName
{
background-color: #0EF345;
}
.BgClassName
{
background-color: #0EF345;
}
</style>
border-color css
<style>
span { border-color: #0EF345; }
span { border-color: rgb(14,243,69); }
td.TdClassName
{
border-color: #0EF345;
}
.TagClassName
{
border-color: #0EF345;
}
</style>