Shades of Malachite #0EEA39
Tints of Malachite #0EEA39
RGB
CMYK
RGB Variations
Color information
#0EEA39 (or 0x0EEA39) is known color: Malachite. HEX triplet: 0E, EA and 39. RGB value is (14,234,57). Sum of RGB (Red+Green+Blue) = 14+234+57=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA39 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEA39 is #F115C6. Grayscale: #949494. Windows color (decimal): -15799751 or 3795470. OLE color: 3795470.
HSL color Cylindrical-coordinate representation of color #0EEA39: hue angle of 131.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA39 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 57 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.08 |
| HSL | 131.73º | 0.89% | 0.49% | - |
| HSV(B) | 131.73º | 0.94% | 0.92% | - |
| XYZ | 30.34 | 59.23 | 13.71 | - |
| YUV | 148.04 | 76.61 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 57 | 0.94 | 0 | 0.76 | 0.08 | 131.73 | 0.89 | 0.49 |
| Hex | E | EA | 39 | 5E | 0 | 4C | 8 | 84 | 59 | 31 |
| Octal | 16 | 352 | 71 | 136 | 0 | 114 | 10 | 204 | 131 | 61 |
| Binary | 1110 | 11101010 | 111001 | 1011110 | 0 | 1001100 | 1000 | 10000100 | 1011001 | 110001 |
Color Harmonies of #0EEA39
Complementary color
Monochromatic Colors of #0EEA39
Black with #0EEA39
Text Example
Text Example
White with #0EEA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA39; }
p { color: rgb(14,234,57); }
H1.HeaderClassName
{
color: #0EEA39;
}
.AnyTagClassName
{
color: #0EEA39;
}
</style>
background-color css
<style>
a { background-color: #0EEA39; }
a { background-color: rgb(14,234,57); }
div.DivClassName
{
background-color: #0EEA39;
}
.BgClassName
{
background-color: #0EEA39;
}
</style>
border-color css
<style>
span { border-color: #0EEA39; }
span { border-color: rgb(14,234,57); }
td.TdClassName
{
border-color: #0EEA39;
}
.TagClassName
{
border-color: #0EEA39;
}
</style>