Shades of Malachite #0AE064
Tints of Malachite #0AE064
RGB
CMYK
RGB Variations
Color information
#0AE064 (or 0x0AE064) is known color: Malachite. HEX triplet: 0A, E0 and 64. RGB value is (10,224,100). Sum of RGB (Red+Green+Blue) = 10+224+100=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE064 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE064 is #F51F9B. Grayscale: #929292. Windows color (decimal): -16064412 or 6610954. OLE color: 6610954.
HSL color Cylindrical-coordinate representation of color #0AE064: hue angle of 145.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE064 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 100 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.12 |
| HSL | 145.23º | 0.91% | 0.46% | - |
| HSV(B) | 145.23º | 0.96% | 0.88% | - |
| XYZ | 29.08 | 54.3 | 21 | - |
| YUV | 145.88 | 102.1 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 100 | 0.96 | 0 | 0.55 | 0.12 | 145.23 | 0.91 | 0.46 |
| Hex | A | E0 | 64 | 60 | 0 | 37 | C | 91 | 5B | 2E |
| Octal | 12 | 340 | 144 | 140 | 0 | 67 | 14 | 221 | 133 | 56 |
| Binary | 1010 | 11100000 | 1100100 | 1100000 | 0 | 110111 | 1100 | 10010001 | 1011011 | 101110 |
Color Harmonies of #0AE064
Complementary color
Monochromatic Colors of #0AE064
Black with #0AE064
Text Example
Text Example
White with #0AE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE064; }
p { color: rgb(10,224,100); }
H1.HeaderClassName
{
color: #0AE064;
}
.AnyTagClassName
{
color: #0AE064;
}
</style>
background-color css
<style>
a { background-color: #0AE064; }
a { background-color: rgb(10,224,100); }
div.DivClassName
{
background-color: #0AE064;
}
.BgClassName
{
background-color: #0AE064;
}
</style>
border-color css
<style>
span { border-color: #0AE064; }
span { border-color: rgb(10,224,100); }
td.TdClassName
{
border-color: #0AE064;
}
.TagClassName
{
border-color: #0AE064;
}
</style>