Shades of Malachite #0AE069
Tints of Malachite #0AE069
RGB
CMYK
RGB Variations
Color information
#0AE069 (or 0x0AE069) is known color: Malachite. HEX triplet: 0A, E0 and 69. RGB value is (10,224,105). Sum of RGB (Red+Green+Blue) = 10+224+105=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE069 is #F51F96. Grayscale: #929292. Windows color (decimal): -16064407 or 6938634. OLE color: 6938634.
HSL color Cylindrical-coordinate representation of color #0AE069: hue angle of 146.64º 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 #0AE069 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 105 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.12 |
| HSL | 146.64º | 0.91% | 0.46% | - |
| HSV(B) | 146.64º | 0.96% | 0.88% | - |
| XYZ | 29.33 | 54.4 | 22.32 | - |
| YUV | 146.45 | 104.6 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 105 | 0.96 | 0 | 0.53 | 0.12 | 146.64 | 0.91 | 0.46 |
| Hex | A | E0 | 69 | 60 | 0 | 35 | C | 93 | 5B | 2E |
| Octal | 12 | 340 | 151 | 140 | 0 | 65 | 14 | 223 | 133 | 56 |
| Binary | 1010 | 11100000 | 1101001 | 1100000 | 0 | 110101 | 1100 | 10010011 | 1011011 | 101110 |
Color Harmonies of #0AE069
Complementary color
Monochromatic Colors of #0AE069
Black with #0AE069
Text Example
Text Example
White with #0AE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE069; }
p { color: rgb(10,224,105); }
H1.HeaderClassName
{
color: #0AE069;
}
.AnyTagClassName
{
color: #0AE069;
}
</style>
background-color css
<style>
a { background-color: #0AE069; }
a { background-color: rgb(10,224,105); }
div.DivClassName
{
background-color: #0AE069;
}
.BgClassName
{
background-color: #0AE069;
}
</style>
border-color css
<style>
span { border-color: #0AE069; }
span { border-color: rgb(10,224,105); }
td.TdClassName
{
border-color: #0AE069;
}
.TagClassName
{
border-color: #0AE069;
}
</style>