Shades of Malachite #0EEA3C
Tints of Malachite #0EEA3C
RGB
CMYK
RGB Variations
Color information
#0EEA3C (or 0x0EEA3C) is known color: Malachite. HEX triplet: 0E, EA and 3C. RGB value is (14,234,60). Sum of RGB (Red+Green+Blue) = 14+234+60=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEA3C is #F115C3. Grayscale: #949494. Windows color (decimal): -15799748 or 3992078. OLE color: 3992078.
HSL color Cylindrical-coordinate representation of color #0EEA3C: hue angle of 132.55º 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 #0EEA3C is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 60 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.08 |
| HSL | 132.55º | 0.89% | 0.49% | - |
| HSV(B) | 132.55º | 0.94% | 0.92% | - |
| XYZ | 30.42 | 59.27 | 14.11 | - |
| YUV | 148.38 | 78.11 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 60 | 0.94 | 0 | 0.74 | 0.08 | 132.55 | 0.89 | 0.49 |
| Hex | E | EA | 3C | 5E | 0 | 4A | 8 | 85 | 59 | 31 |
| Octal | 16 | 352 | 74 | 136 | 0 | 112 | 10 | 205 | 131 | 61 |
| Binary | 1110 | 11101010 | 111100 | 1011110 | 0 | 1001010 | 1000 | 10000101 | 1011001 | 110001 |
Color Harmonies of #0EEA3C
Complementary color
Monochromatic Colors of #0EEA3C
Black with #0EEA3C
Text Example
Text Example
White with #0EEA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA3C; }
p { color: rgb(14,234,60); }
H1.HeaderClassName
{
color: #0EEA3C;
}
.AnyTagClassName
{
color: #0EEA3C;
}
</style>
background-color css
<style>
a { background-color: #0EEA3C; }
a { background-color: rgb(14,234,60); }
div.DivClassName
{
background-color: #0EEA3C;
}
.BgClassName
{
background-color: #0EEA3C;
}
</style>
border-color css
<style>
span { border-color: #0EEA3C; }
span { border-color: rgb(14,234,60); }
td.TdClassName
{
border-color: #0EEA3C;
}
.TagClassName
{
border-color: #0EEA3C;
}
</style>