Shades of Malachite #0AE059
Tints of Malachite #0AE059
RGB
CMYK
RGB Variations
Color information
#0AE059 (or 0x0AE059) is known color: Malachite. HEX triplet: 0A, E0 and 59. RGB value is (10,224,89). Sum of RGB (Red+Green+Blue) = 10+224+89=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 224 (87.89% from 255 or 69.35% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE059 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE059 is #F51FA6. Grayscale: #909090. Windows color (decimal): -16064423 or 5890058. OLE color: 5890058.
HSL color Cylindrical-coordinate representation of color #0AE059: hue angle of 142.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE059 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 89 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.12 |
| HSL | 142.15º | 0.91% | 0.46% | - |
| HSV(B) | 142.15º | 0.96% | 0.88% | - |
| XYZ | 28.58 | 54.1 | 18.39 | - |
| YUV | 144.62 | 96.6 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 89 | 0.96 | 0 | 0.60 | 0.12 | 142.15 | 0.91 | 0.46 |
| Hex | A | E0 | 59 | 60 | 0 | 3C | C | 8E | 5B | 2E |
| Octal | 12 | 340 | 131 | 140 | 0 | 74 | 14 | 216 | 133 | 56 |
| Binary | 1010 | 11100000 | 1011001 | 1100000 | 0 | 111100 | 1100 | 10001110 | 1011011 | 101110 |
Color Harmonies of #0AE059
Complementary color
Monochromatic Colors of #0AE059
Black with #0AE059
Text Example
Text Example
White with #0AE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE059; }
p { color: rgb(10,224,89); }
H1.HeaderClassName
{
color: #0AE059;
}
.AnyTagClassName
{
color: #0AE059;
}
</style>
background-color css
<style>
a { background-color: #0AE059; }
a { background-color: rgb(10,224,89); }
div.DivClassName
{
background-color: #0AE059;
}
.BgClassName
{
background-color: #0AE059;
}
</style>
border-color css
<style>
span { border-color: #0AE059; }
span { border-color: rgb(10,224,89); }
td.TdClassName
{
border-color: #0AE059;
}
.TagClassName
{
border-color: #0AE059;
}
</style>