Shades of Malachite #0EFC40
Tints of Malachite #0EFC40
RGB
CMYK
RGB Variations
Color information
#0EFC40 (or 0x0EFC40) is known color: Malachite. HEX triplet: 0E, FC and 40. RGB value is (14,252,64). Sum of RGB (Red+Green+Blue) = 14+252+64=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 252 (98.83% from 255 or 76.36% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFC40 is #F103BF. Grayscale: #9F9F9F. Windows color (decimal): -15795136 or 4258830. OLE color: 4258830.
HSL color Cylindrical-coordinate representation of color #0EFC40: hue angle of 132.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFC40 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 64 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.01 |
| HSL | 132.61º | 0.98% | 0.52% | - |
| HSV(B) | 132.61º | 0.94% | 0.99% | - |
| XYZ | 35.92 | 70.08 | 16.49 | - |
| YUV | 159.41 | 74.15 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 64 | 0.94 | 0 | 0.75 | 0.01 | 132.61 | 0.98 | 0.52 |
| Hex | E | FC | 40 | 5E | 0 | 4B | 1 | 85 | 62 | 34 |
| Octal | 16 | 374 | 100 | 136 | 0 | 113 | 1 | 205 | 142 | 64 |
| Binary | 1110 | 11111100 | 1000000 | 1011110 | 0 | 1001011 | 1 | 10000101 | 1100010 | 110100 |
Color Harmonies of #0EFC40
Complementary color
Monochromatic Colors of #0EFC40
Black with #0EFC40
Text Example
Text Example
White with #0EFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC40; }
p { color: rgb(14,252,64); }
H1.HeaderClassName
{
color: #0EFC40;
}
.AnyTagClassName
{
color: #0EFC40;
}
</style>
background-color css
<style>
a { background-color: #0EFC40; }
a { background-color: rgb(14,252,64); }
div.DivClassName
{
background-color: #0EFC40;
}
.BgClassName
{
background-color: #0EFC40;
}
</style>
border-color css
<style>
span { border-color: #0EFC40; }
span { border-color: rgb(14,252,64); }
td.TdClassName
{
border-color: #0EFC40;
}
.TagClassName
{
border-color: #0EFC40;
}
</style>