Shades of Malachite #0EE038
Tints of Malachite #0EE038
RGB
CMYK
RGB Variations
Color information
#0EE038 (or 0x0EE038) is known color: Malachite. HEX triplet: 0E, E0 and 38. RGB value is (14,224,56). Sum of RGB (Red+Green+Blue) = 14+224+56=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE038 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE038 is #F11FC7. Grayscale: #8E8E8E. Windows color (decimal): -15802312 or 3727374. OLE color: 3727374.
HSL color Cylindrical-coordinate representation of color #0EE038: hue angle of 132º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE038 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 56 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.12 |
| HSL | 132º | 0.88% | 0.47% | - |
| HSV(B) | 132º | 0.94% | 0.88% | - |
| XYZ | 27.55 | 53.69 | 12.65 | - |
| YUV | 142.06 | 79.43 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 56 | 0.94 | 0 | 0.75 | 0.12 | 132 | 0.88 | 0.47 |
| Hex | E | E0 | 38 | 5E | 0 | 4B | C | 84 | 58 | 2F |
| Octal | 16 | 340 | 70 | 136 | 0 | 113 | 14 | 204 | 130 | 57 |
| Binary | 1110 | 11100000 | 111000 | 1011110 | 0 | 1001011 | 1100 | 10000100 | 1011000 | 101111 |
Color Harmonies of #0EE038
Complementary color
Monochromatic Colors of #0EE038
Black with #0EE038
Text Example
Text Example
White with #0EE038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE038; }
p { color: rgb(14,224,56); }
H1.HeaderClassName
{
color: #0EE038;
}
.AnyTagClassName
{
color: #0EE038;
}
</style>
background-color css
<style>
a { background-color: #0EE038; }
a { background-color: rgb(14,224,56); }
div.DivClassName
{
background-color: #0EE038;
}
.BgClassName
{
background-color: #0EE038;
}
</style>
border-color css
<style>
span { border-color: #0EE038; }
span { border-color: rgb(14,224,56); }
td.TdClassName
{
border-color: #0EE038;
}
.TagClassName
{
border-color: #0EE038;
}
</style>