Shades of Malachite #0AE963
Tints of Malachite #0AE963
RGB
CMYK
RGB Variations
Color information
#0AE963 (or 0x0AE963) is known color: Malachite. HEX triplet: 0A, E9 and 63. RGB value is (10,233,99). Sum of RGB (Red+Green+Blue) = 10+233+99=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 233 (91.41% from 255 or 68.13% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE963 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE963 is #F5169C. Grayscale: #979797. Windows color (decimal): -16062109 or 6547722. OLE color: 6547722.
HSL color Cylindrical-coordinate representation of color #0AE963: hue angle of 143.95º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE963 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 99 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.09 |
| HSL | 143.95º | 0.92% | 0.48% | - |
| HSV(B) | 143.95º | 0.96% | 0.91% | - |
| XYZ | 31.52 | 59.24 | 21.58 | - |
| YUV | 151.05 | 98.62 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 99 | 0.96 | 0 | 0.58 | 0.09 | 143.95 | 0.92 | 0.48 |
| Hex | A | E9 | 63 | 60 | 0 | 3A | 9 | 90 | 5C | 30 |
| Octal | 12 | 351 | 143 | 140 | 0 | 72 | 11 | 220 | 134 | 60 |
| Binary | 1010 | 11101001 | 1100011 | 1100000 | 0 | 111010 | 1001 | 10010000 | 1011100 | 110000 |
Color Harmonies of #0AE963
Complementary color
Monochromatic Colors of #0AE963
Black with #0AE963
Text Example
Text Example
White with #0AE963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE963; }
p { color: rgb(10,233,99); }
H1.HeaderClassName
{
color: #0AE963;
}
.AnyTagClassName
{
color: #0AE963;
}
</style>
background-color css
<style>
a { background-color: #0AE963; }
a { background-color: rgb(10,233,99); }
div.DivClassName
{
background-color: #0AE963;
}
.BgClassName
{
background-color: #0AE963;
}
</style>
border-color css
<style>
span { border-color: #0AE963; }
span { border-color: rgb(10,233,99); }
td.TdClassName
{
border-color: #0AE963;
}
.TagClassName
{
border-color: #0AE963;
}
</style>