Shades of Malachite #0AE953
Tints of Malachite #0AE953
RGB
CMYK
RGB Variations
Color information
#0AE953 (or 0x0AE953) is known color: Malachite. HEX triplet: 0A, E9 and 53. RGB value is (10,233,83). Sum of RGB (Red+Green+Blue) = 10+233+83=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 233 (91.41% from 255 or 71.47% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE953 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE953 is #F516AC. Grayscale: #959595. Windows color (decimal): -16062125 or 5499146. OLE color: 5499146.
HSL color Cylindrical-coordinate representation of color #0AE953: hue angle of 139.64º 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 #0AE953 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 83 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.09 |
| HSL | 139.64º | 0.92% | 0.48% | - |
| HSV(B) | 139.64º | 0.96% | 0.91% | - |
| XYZ | 30.83 | 58.97 | 17.94 | - |
| YUV | 149.22 | 90.62 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 83 | 0.96 | 0 | 0.64 | 0.09 | 139.64 | 0.92 | 0.48 |
| Hex | A | E9 | 53 | 60 | 0 | 40 | 9 | 8C | 5C | 30 |
| Octal | 12 | 351 | 123 | 140 | 0 | 100 | 11 | 214 | 134 | 60 |
| Binary | 1010 | 11101001 | 1010011 | 1100000 | 0 | 1000000 | 1001 | 10001100 | 1011100 | 110000 |
Color Harmonies of #0AE953
Complementary color
Monochromatic Colors of #0AE953
Black with #0AE953
Text Example
Text Example
White with #0AE953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE953; }
p { color: rgb(10,233,83); }
H1.HeaderClassName
{
color: #0AE953;
}
.AnyTagClassName
{
color: #0AE953;
}
</style>
background-color css
<style>
a { background-color: #0AE953; }
a { background-color: rgb(10,233,83); }
div.DivClassName
{
background-color: #0AE953;
}
.BgClassName
{
background-color: #0AE953;
}
</style>
border-color css
<style>
span { border-color: #0AE953; }
span { border-color: rgb(10,233,83); }
td.TdClassName
{
border-color: #0AE953;
}
.TagClassName
{
border-color: #0AE953;
}
</style>