Shades of Malachite #0AE358
Tints of Malachite #0AE358
RGB
CMYK
RGB Variations
Color information
#0AE358 (or 0x0AE358) is known color: Malachite. HEX triplet: 0A, E3 and 58. RGB value is (10,227,88). Sum of RGB (Red+Green+Blue) = 10+227+88=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 227 (89.06% from 255 or 69.85% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE358 is #F51CA7. Grayscale: #929292. Windows color (decimal): -16063656 or 5825290. OLE color: 5825290.
HSL color Cylindrical-coordinate representation of color #0AE358: hue angle of 141.57º 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 #0AE358 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 88 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.11 |
| HSL | 141.57º | 0.92% | 0.46% | - |
| HSV(B) | 141.57º | 0.96% | 0.89% | - |
| XYZ | 29.36 | 55.71 | 18.44 | - |
| YUV | 146.27 | 95.11 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 88 | 0.96 | 0 | 0.61 | 0.11 | 141.57 | 0.92 | 0.46 |
| Hex | A | E3 | 58 | 60 | 0 | 3D | B | 8E | 5C | 2E |
| Octal | 12 | 343 | 130 | 140 | 0 | 75 | 13 | 216 | 134 | 56 |
| Binary | 1010 | 11100011 | 1011000 | 1100000 | 0 | 111101 | 1011 | 10001110 | 1011100 | 101110 |
Color Harmonies of #0AE358
Complementary color
Monochromatic Colors of #0AE358
Black with #0AE358
Text Example
Text Example
White with #0AE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE358; }
p { color: rgb(10,227,88); }
H1.HeaderClassName
{
color: #0AE358;
}
.AnyTagClassName
{
color: #0AE358;
}
</style>
background-color css
<style>
a { background-color: #0AE358; }
a { background-color: rgb(10,227,88); }
div.DivClassName
{
background-color: #0AE358;
}
.BgClassName
{
background-color: #0AE358;
}
</style>
border-color css
<style>
span { border-color: #0AE358; }
span { border-color: rgb(10,227,88); }
td.TdClassName
{
border-color: #0AE358;
}
.TagClassName
{
border-color: #0AE358;
}
</style>