Shades of Malachite #0ED752
Tints of Malachite #0ED752
RGB
CMYK
RGB Variations
Color information
#0ED752 (or 0x0ED752) is known color: Malachite. HEX triplet: 0E, D7 and 52. RGB value is (14,215,82). Sum of RGB (Red+Green+Blue) = 14+215+82=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED752 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED752 is #F128AD. Grayscale: #8C8C8C. Windows color (decimal): -15804590 or 5429006. OLE color: 5429006.
HSL color Cylindrical-coordinate representation of color #0ED752: hue angle of 140.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED752 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 82 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.16 |
| HSL | 140.3º | 0.88% | 0.45% | - |
| HSV(B) | 140.3º | 0.93% | 0.84% | - |
| XYZ | 26 | 49.3 | 16.13 | - |
| YUV | 139.74 | 95.41 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 82 | 0.93 | 0 | 0.62 | 0.16 | 140.3 | 0.88 | 0.45 |
| Hex | E | D7 | 52 | 5D | 0 | 3E | 10 | 8C | 58 | 2D |
| Octal | 16 | 327 | 122 | 135 | 0 | 76 | 20 | 214 | 130 | 55 |
| Binary | 1110 | 11010111 | 1010010 | 1011101 | 0 | 111110 | 10000 | 10001100 | 1011000 | 101101 |
Color Harmonies of #0ED752
Complementary color
Monochromatic Colors of #0ED752
Black with #0ED752
Text Example
Text Example
White with #0ED752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED752; }
p { color: rgb(14,215,82); }
H1.HeaderClassName
{
color: #0ED752;
}
.AnyTagClassName
{
color: #0ED752;
}
</style>
background-color css
<style>
a { background-color: #0ED752; }
a { background-color: rgb(14,215,82); }
div.DivClassName
{
background-color: #0ED752;
}
.BgClassName
{
background-color: #0ED752;
}
</style>
border-color css
<style>
span { border-color: #0ED752; }
span { border-color: rgb(14,215,82); }
td.TdClassName
{
border-color: #0ED752;
}
.TagClassName
{
border-color: #0ED752;
}
</style>