Shades of Malachite #0AE15A
Tints of Malachite #0AE15A
RGB
CMYK
RGB Variations
Color information
#0AE15A (or 0x0AE15A) is known color: Malachite. HEX triplet: 0A, E1 and 5A. RGB value is (10,225,90). Sum of RGB (Red+Green+Blue) = 10+225+90=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE15A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE15A is #F51EA5. Grayscale: #919191. Windows color (decimal): -16064166 or 5955850. OLE color: 5955850.
HSL color Cylindrical-coordinate representation of color #0AE15A: hue angle of 142.33º 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 #0AE15A is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 225 | 90 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.12 |
| HSL | 142.33º | 0.91% | 0.46% | - |
| HSV(B) | 142.33º | 0.96% | 0.88% | - |
| XYZ | 28.9 | 54.65 | 18.7 | - |
| YUV | 145.33 | 96.77 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 225 | 90 | 0.96 | 0 | 0.60 | 0.12 | 142.33 | 0.91 | 0.46 |
| Hex | A | E1 | 5A | 60 | 0 | 3C | C | 8E | 5B | 2E |
| Octal | 12 | 341 | 132 | 140 | 0 | 74 | 14 | 216 | 133 | 56 |
| Binary | 1010 | 11100001 | 1011010 | 1100000 | 0 | 111100 | 1100 | 10001110 | 1011011 | 101110 |
Color Harmonies of #0AE15A
Complementary color
Monochromatic Colors of #0AE15A
Black with #0AE15A
Text Example
Text Example
White with #0AE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE15A; }
p { color: rgb(10,225,90); }
H1.HeaderClassName
{
color: #0AE15A;
}
.AnyTagClassName
{
color: #0AE15A;
}
</style>
background-color css
<style>
a { background-color: #0AE15A; }
a { background-color: rgb(10,225,90); }
div.DivClassName
{
background-color: #0AE15A;
}
.BgClassName
{
background-color: #0AE15A;
}
</style>
border-color css
<style>
span { border-color: #0AE15A; }
span { border-color: rgb(10,225,90); }
td.TdClassName
{
border-color: #0AE15A;
}
.TagClassName
{
border-color: #0AE15A;
}
</style>