Shades of Malachite #0EFF40
Tints of Malachite #0EFF40
RGB
CMYK
RGB Variations
Color information
#0EFF40 (or 0x0EFF40) is known color: Malachite. HEX triplet: 0E, FF and 40. RGB value is (14,255,64). Sum of RGB (Red+Green+Blue) = 14+255+64=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 255 (100% from 255 or 76.58% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF40 is #F100BF. Grayscale: #A1A1A1. Windows color (decimal): -15794368 or 4259598. OLE color: 4259598.
HSL color Cylindrical-coordinate representation of color #0EFF40: hue angle of 132.45º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF40 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 64 | - |
| CMYK | 0.95 | 0 | 0.75 | 0 |
| HSL | 132.45º | 1% | 0.53% | - |
| HSV(B) | 132.45º | 0.95% | 1% | - |
| XYZ | 36.87 | 71.98 | 16.8 | - |
| YUV | 161.17 | 73.16 | 23.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 64 | 0.95 | 0 | 0.75 | 0 | 132.45 | 1 | 0.53 |
| Hex | E | FF | 40 | 5F | 0 | 4B | 0 | 84 | 64 | 35 |
| Octal | 16 | 377 | 100 | 137 | 0 | 113 | 0 | 204 | 144 | 65 |
| Binary | 1110 | 11111111 | 1000000 | 1011111 | 0 | 1001011 | 0 | 10000100 | 1100100 | 110101 |
Color Harmonies of #0EFF40
Complementary color
Monochromatic Colors of #0EFF40
Black with #0EFF40
Text Example
Text Example
White with #0EFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF40; }
p { color: rgb(14,255,64); }
H1.HeaderClassName
{
color: #0EFF40;
}
.AnyTagClassName
{
color: #0EFF40;
}
</style>
background-color css
<style>
a { background-color: #0EFF40; }
a { background-color: rgb(14,255,64); }
div.DivClassName
{
background-color: #0EFF40;
}
.BgClassName
{
background-color: #0EFF40;
}
</style>
border-color css
<style>
span { border-color: #0EFF40; }
span { border-color: rgb(14,255,64); }
td.TdClassName
{
border-color: #0EFF40;
}
.TagClassName
{
border-color: #0EFF40;
}
</style>