Shades of Malachite #0AE045
Tints of Malachite #0AE045
RGB
CMYK
RGB Variations
Color information
#0AE045 (or 0x0AE045) is known color: Malachite. HEX triplet: 0A, E0 and 45. RGB value is (10,224,69). Sum of RGB (Red+Green+Blue) = 10+224+69=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE045 is #F51FBA. Grayscale: #8E8E8E. Windows color (decimal): -16064443 or 4579338. OLE color: 4579338.
HSL color Cylindrical-coordinate representation of color #0AE045: hue angle of 136.54º 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 #0AE045 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 69 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.12 |
| HSL | 136.54º | 0.91% | 0.46% | - |
| HSV(B) | 136.54º | 0.96% | 0.88% | - |
| XYZ | 27.86 | 53.81 | 14.55 | - |
| YUV | 142.34 | 86.6 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 69 | 0.96 | 0 | 0.69 | 0.12 | 136.54 | 0.91 | 0.46 |
| Hex | A | E0 | 45 | 60 | 0 | 45 | C | 89 | 5B | 2E |
| Octal | 12 | 340 | 105 | 140 | 0 | 105 | 14 | 211 | 133 | 56 |
| Binary | 1010 | 11100000 | 1000101 | 1100000 | 0 | 1000101 | 1100 | 10001001 | 1011011 | 101110 |
Color Harmonies of #0AE045
Complementary color
Monochromatic Colors of #0AE045
Black with #0AE045
Text Example
Text Example
White with #0AE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE045; }
p { color: rgb(10,224,69); }
H1.HeaderClassName
{
color: #0AE045;
}
.AnyTagClassName
{
color: #0AE045;
}
</style>
background-color css
<style>
a { background-color: #0AE045; }
a { background-color: rgb(10,224,69); }
div.DivClassName
{
background-color: #0AE045;
}
.BgClassName
{
background-color: #0AE045;
}
</style>
border-color css
<style>
span { border-color: #0AE045; }
span { border-color: rgb(10,224,69); }
td.TdClassName
{
border-color: #0AE045;
}
.TagClassName
{
border-color: #0AE045;
}
</style>