Shades of Malachite #0EF052
Tints of Malachite #0EF052
RGB
CMYK
RGB Variations
Color information
#0EF052 (or 0x0EF052) is known color: Malachite. HEX triplet: 0E, F0 and 52. RGB value is (14,240,82). Sum of RGB (Red+Green+Blue) = 14+240+82=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF052 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF052 is #F10FAD. Grayscale: #9A9A9A. Windows color (decimal): -15798190 or 5435406. OLE color: 5435406.
HSL color Cylindrical-coordinate representation of color #0EF052: hue angle of 138.05º 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 #0EF052 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 240 | 82 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.06 |
| HSL | 138.05º | 0.89% | 0.5% | - |
| HSV(B) | 138.05º | 0.94% | 0.94% | - |
| XYZ | 32.86 | 63.02 | 18.42 | - |
| YUV | 154.41 | 87.13 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 82 | 0.94 | 0 | 0.66 | 0.06 | 138.05 | 0.89 | 0.5 |
| Hex | E | F0 | 52 | 5E | 0 | 42 | 6 | 8A | 59 | 32 |
| Octal | 16 | 360 | 122 | 136 | 0 | 102 | 6 | 212 | 131 | 62 |
| Binary | 1110 | 11110000 | 1010010 | 1011110 | 0 | 1000010 | 110 | 10001010 | 1011001 | 110010 |
Color Harmonies of #0EF052
Complementary color
Monochromatic Colors of #0EF052
Black with #0EF052
Text Example
Text Example
White with #0EF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF052; }
p { color: rgb(14,240,82); }
H1.HeaderClassName
{
color: #0EF052;
}
.AnyTagClassName
{
color: #0EF052;
}
</style>
background-color css
<style>
a { background-color: #0EF052; }
a { background-color: rgb(14,240,82); }
div.DivClassName
{
background-color: #0EF052;
}
.BgClassName
{
background-color: #0EF052;
}
</style>
border-color css
<style>
span { border-color: #0EF052; }
span { border-color: rgb(14,240,82); }
td.TdClassName
{
border-color: #0EF052;
}
.TagClassName
{
border-color: #0EF052;
}
</style>