Shades of Malachite #0AE561
Tints of Malachite #0AE561
RGB
CMYK
RGB Variations
Color information
#0AE561 (or 0x0AE561) is known color: Malachite. HEX triplet: 0A, E5 and 61. RGB value is (10,229,97). Sum of RGB (Red+Green+Blue) = 10+229+97=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 229 (89.84% from 255 or 68.15% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE561 is #F51A9E. Grayscale: #949494. Windows color (decimal): -16063135 or 6415626. OLE color: 6415626.
HSL color Cylindrical-coordinate representation of color #0AE561: hue angle of 143.84º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE561 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 229 | 97 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.10 |
| HSL | 143.84º | 0.92% | 0.47% | - |
| HSV(B) | 143.84º | 0.96% | 0.9% | - |
| XYZ | 30.3 | 56.97 | 20.71 | - |
| YUV | 148.47 | 98.95 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 229 | 97 | 0.96 | 0 | 0.58 | 0.10 | 143.84 | 0.92 | 0.47 |
| Hex | A | E5 | 61 | 60 | 0 | 3A | A | 90 | 5C | 2F |
| Octal | 12 | 345 | 141 | 140 | 0 | 72 | 12 | 220 | 134 | 57 |
| Binary | 1010 | 11100101 | 1100001 | 1100000 | 0 | 111010 | 1010 | 10010000 | 1011100 | 101111 |
Color Harmonies of #0AE561
Complementary color
Monochromatic Colors of #0AE561
Black with #0AE561
Text Example
Text Example
White with #0AE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE561; }
p { color: rgb(10,229,97); }
H1.HeaderClassName
{
color: #0AE561;
}
.AnyTagClassName
{
color: #0AE561;
}
</style>
background-color css
<style>
a { background-color: #0AE561; }
a { background-color: rgb(10,229,97); }
div.DivClassName
{
background-color: #0AE561;
}
.BgClassName
{
background-color: #0AE561;
}
</style>
border-color css
<style>
span { border-color: #0AE561; }
span { border-color: rgb(10,229,97); }
td.TdClassName
{
border-color: #0AE561;
}
.TagClassName
{
border-color: #0AE561;
}
</style>