Shades of Malachite #0AC959
Tints of Malachite #0AC959
RGB
CMYK
RGB Variations
Color information
#0AC959 (or 0x0AC959) is known color: Malachite. HEX triplet: 0A, C9 and 59. RGB value is (10,201,89). Sum of RGB (Red+Green+Blue) = 10+201+89=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC959 is #F536A6. Grayscale: #838383. Windows color (decimal): -16070311 or 5884170. OLE color: 5884170.
HSL color Cylindrical-coordinate representation of color #0AC959: hue angle of 144.82º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC959 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 89 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.21 |
| HSL | 144.82º | 0.91% | 0.41% | - |
| HSV(B) | 144.82º | 0.95% | 0.79% | - |
| XYZ | 22.81 | 42.56 | 16.46 | - |
| YUV | 131.12 | 104.22 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 89 | 0.95 | 0 | 0.56 | 0.21 | 144.82 | 0.91 | 0.41 |
| Hex | A | C9 | 59 | 5F | 0 | 38 | 15 | 91 | 5B | 29 |
| Octal | 12 | 311 | 131 | 137 | 0 | 70 | 25 | 221 | 133 | 51 |
| Binary | 1010 | 11001001 | 1011001 | 1011111 | 0 | 111000 | 10101 | 10010001 | 1011011 | 101001 |
Color Harmonies of #0AC959
Complementary color
Monochromatic Colors of #0AC959
Black with #0AC959
Text Example
Text Example
White with #0AC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC959; }
p { color: rgb(10,201,89); }
H1.HeaderClassName
{
color: #0AC959;
}
.AnyTagClassName
{
color: #0AC959;
}
</style>
background-color css
<style>
a { background-color: #0AC959; }
a { background-color: rgb(10,201,89); }
div.DivClassName
{
background-color: #0AC959;
}
.BgClassName
{
background-color: #0AC959;
}
</style>
border-color css
<style>
span { border-color: #0AC959; }
span { border-color: rgb(10,201,89); }
td.TdClassName
{
border-color: #0AC959;
}
.TagClassName
{
border-color: #0AC959;
}
</style>