Shades of Malachite #0AE360
Tints of Malachite #0AE360
RGB
CMYK
RGB Variations
Color information
#0AE360 (or 0x0AE360) is known color: Malachite. HEX triplet: 0A, E3 and 60. RGB value is (10,227,96). Sum of RGB (Red+Green+Blue) = 10+227+96=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE360 is #F51C9F. Grayscale: #939393. Windows color (decimal): -16063648 or 6349578. OLE color: 6349578.
HSL color Cylindrical-coordinate representation of color #0AE360: hue angle of 143.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE360 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 96 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.11 |
| HSL | 143.78º | 0.92% | 0.46% | - |
| HSV(B) | 143.78º | 0.96% | 0.89% | - |
| XYZ | 29.71 | 55.85 | 20.28 | - |
| YUV | 147.18 | 99.11 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 96 | 0.96 | 0 | 0.58 | 0.11 | 143.78 | 0.92 | 0.46 |
| Hex | A | E3 | 60 | 60 | 0 | 3A | B | 90 | 5C | 2E |
| Octal | 12 | 343 | 140 | 140 | 0 | 72 | 13 | 220 | 134 | 56 |
| Binary | 1010 | 11100011 | 1100000 | 1100000 | 0 | 111010 | 1011 | 10010000 | 1011100 | 101110 |
Color Harmonies of #0AE360
Complementary color
Monochromatic Colors of #0AE360
Black with #0AE360
Text Example
Text Example
White with #0AE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE360; }
p { color: rgb(10,227,96); }
H1.HeaderClassName
{
color: #0AE360;
}
.AnyTagClassName
{
color: #0AE360;
}
</style>
background-color css
<style>
a { background-color: #0AE360; }
a { background-color: rgb(10,227,96); }
div.DivClassName
{
background-color: #0AE360;
}
.BgClassName
{
background-color: #0AE360;
}
</style>
border-color css
<style>
span { border-color: #0AE360; }
span { border-color: rgb(10,227,96); }
td.TdClassName
{
border-color: #0AE360;
}
.TagClassName
{
border-color: #0AE360;
}
</style>