Shades of Malachite #0AEC55
Tints of Malachite #0AEC55
RGB
CMYK
RGB Variations
Color information
#0AEC55 (or 0x0AEC55) is known color: Malachite. HEX triplet: 0A, EC and 55. RGB value is (10,236,85). Sum of RGB (Red+Green+Blue) = 10+236+85=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEC55 is #F513AA. Grayscale: #979797. Windows color (decimal): -16061355 or 5630986. OLE color: 5630986.
HSL color Cylindrical-coordinate representation of color #0AEC55: hue angle of 139.91º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEC55 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 85 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.07 |
| HSL | 139.91º | 0.92% | 0.48% | - |
| HSV(B) | 139.91º | 0.96% | 0.93% | - |
| XYZ | 31.76 | 60.71 | 18.64 | - |
| YUV | 151.21 | 90.63 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 85 | 0.96 | 0 | 0.64 | 0.07 | 139.91 | 0.92 | 0.48 |
| Hex | A | EC | 55 | 60 | 0 | 40 | 7 | 8C | 5C | 30 |
| Octal | 12 | 354 | 125 | 140 | 0 | 100 | 7 | 214 | 134 | 60 |
| Binary | 1010 | 11101100 | 1010101 | 1100000 | 0 | 1000000 | 111 | 10001100 | 1011100 | 110000 |
Color Harmonies of #0AEC55
Complementary color
Monochromatic Colors of #0AEC55
Black with #0AEC55
Text Example
Text Example
White with #0AEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC55; }
p { color: rgb(10,236,85); }
H1.HeaderClassName
{
color: #0AEC55;
}
.AnyTagClassName
{
color: #0AEC55;
}
</style>
background-color css
<style>
a { background-color: #0AEC55; }
a { background-color: rgb(10,236,85); }
div.DivClassName
{
background-color: #0AEC55;
}
.BgClassName
{
background-color: #0AEC55;
}
</style>
border-color css
<style>
span { border-color: #0AEC55; }
span { border-color: rgb(10,236,85); }
td.TdClassName
{
border-color: #0AEC55;
}
.TagClassName
{
border-color: #0AEC55;
}
</style>