Shades of Malachite #0EF041
Tints of Malachite #0EF041
RGB
CMYK
RGB Variations
Color information
#0EF041 (or 0x0EF041) is known color: Malachite. HEX triplet: 0E, F0 and 41. RGB value is (14,240,65). Sum of RGB (Red+Green+Blue) = 14+240+65=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF041 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF041 is #F10FBE. Grayscale: #989898. Windows color (decimal): -15798207 or 4321294. OLE color: 4321294.
HSL color Cylindrical-coordinate representation of color #0EF041: hue angle of 133.54º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF041 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 240 | 65 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.06 |
| HSL | 133.54º | 0.89% | 0.5% | - |
| HSV(B) | 133.54º | 0.94% | 0.94% | - |
| XYZ | 32.3 | 62.8 | 15.42 | - |
| YUV | 152.48 | 78.63 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 65 | 0.94 | 0 | 0.73 | 0.06 | 133.54 | 0.89 | 0.5 |
| Hex | E | F0 | 41 | 5E | 0 | 49 | 6 | 86 | 59 | 32 |
| Octal | 16 | 360 | 101 | 136 | 0 | 111 | 6 | 206 | 131 | 62 |
| Binary | 1110 | 11110000 | 1000001 | 1011110 | 0 | 1001001 | 110 | 10000110 | 1011001 | 110010 |
Color Harmonies of #0EF041
Complementary color
Monochromatic Colors of #0EF041
Black with #0EF041
Text Example
Text Example
White with #0EF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF041; }
p { color: rgb(14,240,65); }
H1.HeaderClassName
{
color: #0EF041;
}
.AnyTagClassName
{
color: #0EF041;
}
</style>
background-color css
<style>
a { background-color: #0EF041; }
a { background-color: rgb(14,240,65); }
div.DivClassName
{
background-color: #0EF041;
}
.BgClassName
{
background-color: #0EF041;
}
</style>
border-color css
<style>
span { border-color: #0EF041; }
span { border-color: rgb(14,240,65); }
td.TdClassName
{
border-color: #0EF041;
}
.TagClassName
{
border-color: #0EF041;
}
</style>