Shades of Malachite #0EF144
Tints of Malachite #0EF144
RGB
CMYK
RGB Variations
Color information
#0EF144 (or 0x0EF144) is known color: Malachite. HEX triplet: 0E, F1 and 44. RGB value is (14,241,68). Sum of RGB (Red+Green+Blue) = 14+241+68=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF144 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF144 is #F10EBB. Grayscale: #999999. Windows color (decimal): -15797948 or 4518158. OLE color: 4518158.
HSL color Cylindrical-coordinate representation of color #0EF144: hue angle of 134.27º degrees, saturation: 0.89, 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 #0EF144 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 241 | 68 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.05 |
| HSL | 134.27º | 0.89% | 0.5% | - |
| HSV(B) | 134.27º | 0.94% | 0.95% | - |
| XYZ | 32.68 | 63.42 | 15.99 | - |
| YUV | 153.41 | 79.79 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 241 | 68 | 0.94 | 0 | 0.72 | 0.05 | 134.27 | 0.89 | 0.5 |
| Hex | E | F1 | 44 | 5E | 0 | 48 | 5 | 86 | 59 | 32 |
| Octal | 16 | 361 | 104 | 136 | 0 | 110 | 5 | 206 | 131 | 62 |
| Binary | 1110 | 11110001 | 1000100 | 1011110 | 0 | 1001000 | 101 | 10000110 | 1011001 | 110010 |
Color Harmonies of #0EF144
Complementary color
Monochromatic Colors of #0EF144
Black with #0EF144
Text Example
Text Example
White with #0EF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF144; }
p { color: rgb(14,241,68); }
H1.HeaderClassName
{
color: #0EF144;
}
.AnyTagClassName
{
color: #0EF144;
}
</style>
background-color css
<style>
a { background-color: #0EF144; }
a { background-color: rgb(14,241,68); }
div.DivClassName
{
background-color: #0EF144;
}
.BgClassName
{
background-color: #0EF144;
}
</style>
border-color css
<style>
span { border-color: #0EF144; }
span { border-color: rgb(14,241,68); }
td.TdClassName
{
border-color: #0EF144;
}
.TagClassName
{
border-color: #0EF144;
}
</style>