Shades of Malachite #0EE75C
Tints of Malachite #0EE75C
RGB
CMYK
RGB Variations
Color information
#0EE75C (or 0x0EE75C) is known color: Malachite. HEX triplet: 0E, E7 and 5C. RGB value is (14,231,92). Sum of RGB (Red+Green+Blue) = 14+231+92=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 231 (90.62% from 255 or 68.55% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE75C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE75C is #F118A3. Grayscale: #969696. Windows color (decimal): -15800484 or 6088462. OLE color: 6088462.
HSL color Cylindrical-coordinate representation of color #0EE75C: hue angle of 141.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE75C is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 92 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.09 |
| HSL | 141.57º | 0.89% | 0.48% | - |
| HSV(B) | 141.57º | 0.94% | 0.91% | - |
| XYZ | 30.69 | 58.02 | 19.71 | - |
| YUV | 150.27 | 95.11 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 92 | 0.94 | 0 | 0.60 | 0.09 | 141.57 | 0.89 | 0.48 |
| Hex | E | E7 | 5C | 5E | 0 | 3C | 9 | 8E | 59 | 30 |
| Octal | 16 | 347 | 134 | 136 | 0 | 74 | 11 | 216 | 131 | 60 |
| Binary | 1110 | 11100111 | 1011100 | 1011110 | 0 | 111100 | 1001 | 10001110 | 1011001 | 110000 |
Color Harmonies of #0EE75C
Complementary color
Monochromatic Colors of #0EE75C
Black with #0EE75C
Text Example
Text Example
White with #0EE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE75C; }
p { color: rgb(14,231,92); }
H1.HeaderClassName
{
color: #0EE75C;
}
.AnyTagClassName
{
color: #0EE75C;
}
</style>
background-color css
<style>
a { background-color: #0EE75C; }
a { background-color: rgb(14,231,92); }
div.DivClassName
{
background-color: #0EE75C;
}
.BgClassName
{
background-color: #0EE75C;
}
</style>
border-color css
<style>
span { border-color: #0EE75C; }
span { border-color: rgb(14,231,92); }
td.TdClassName
{
border-color: #0EE75C;
}
.TagClassName
{
border-color: #0EE75C;
}
</style>