Shades of Malachite #0AE044
Tints of Malachite #0AE044
RGB
CMYK
RGB Variations
Color information
#0AE044 (or 0x0AE044) is known color: Malachite. HEX triplet: 0A, E0 and 44. RGB value is (10,224,68). Sum of RGB (Red+Green+Blue) = 10+224+68=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE044 is #F51FBB. Grayscale: #8E8E8E. Windows color (decimal): -16064444 or 4513802. OLE color: 4513802.
HSL color Cylindrical-coordinate representation of color #0AE044: hue angle of 136.26º 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 #0AE044 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 68 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.12 |
| HSL | 136.26º | 0.91% | 0.46% | - |
| HSV(B) | 136.26º | 0.96% | 0.88% | - |
| XYZ | 27.82 | 53.79 | 14.39 | - |
| YUV | 142.23 | 86.1 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 68 | 0.96 | 0 | 0.70 | 0.12 | 136.26 | 0.91 | 0.46 |
| Hex | A | E0 | 44 | 60 | 0 | 46 | C | 88 | 5B | 2E |
| Octal | 12 | 340 | 104 | 140 | 0 | 106 | 14 | 210 | 133 | 56 |
| Binary | 1010 | 11100000 | 1000100 | 1100000 | 0 | 1000110 | 1100 | 10001000 | 1011011 | 101110 |
Color Harmonies of #0AE044
Complementary color
Monochromatic Colors of #0AE044
Black with #0AE044
Text Example
Text Example
White with #0AE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE044; }
p { color: rgb(10,224,68); }
H1.HeaderClassName
{
color: #0AE044;
}
.AnyTagClassName
{
color: #0AE044;
}
</style>
background-color css
<style>
a { background-color: #0AE044; }
a { background-color: rgb(10,224,68); }
div.DivClassName
{
background-color: #0AE044;
}
.BgClassName
{
background-color: #0AE044;
}
</style>
border-color css
<style>
span { border-color: #0AE044; }
span { border-color: rgb(10,224,68); }
td.TdClassName
{
border-color: #0AE044;
}
.TagClassName
{
border-color: #0AE044;
}
</style>