Shades of Malachite #0AC459
Tints of Malachite #0AC459
RGB
CMYK
RGB Variations
Color information
#0AC459 (or 0x0AC459) is known color: Malachite. HEX triplet: 0A, C4 and 59. RGB value is (10,196,89). Sum of RGB (Red+Green+Blue) = 10+196+89=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC459 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC459 is #F53BA6. Grayscale: #808080. Windows color (decimal): -16071591 or 5882890. OLE color: 5882890.
HSL color Cylindrical-coordinate representation of color #0AC459: hue angle of 145.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC459 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 89 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.23 |
| HSL | 145.48º | 0.9% | 0.4% | - |
| HSV(B) | 145.48º | 0.95% | 0.77% | - |
| XYZ | 21.67 | 40.27 | 16.08 | - |
| YUV | 128.19 | 105.88 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 89 | 0.95 | 0 | 0.55 | 0.23 | 145.48 | 0.9 | 0.4 |
| Hex | A | C4 | 59 | 5F | 0 | 37 | 17 | 91 | 5A | 28 |
| Octal | 12 | 304 | 131 | 137 | 0 | 67 | 27 | 221 | 132 | 50 |
| Binary | 1010 | 11000100 | 1011001 | 1011111 | 0 | 110111 | 10111 | 10010001 | 1011010 | 101000 |
Color Harmonies of #0AC459
Complementary color
Monochromatic Colors of #0AC459
Black with #0AC459
Text Example
Text Example
White with #0AC459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC459; }
p { color: rgb(10,196,89); }
H1.HeaderClassName
{
color: #0AC459;
}
.AnyTagClassName
{
color: #0AC459;
}
</style>
background-color css
<style>
a { background-color: #0AC459; }
a { background-color: rgb(10,196,89); }
div.DivClassName
{
background-color: #0AC459;
}
.BgClassName
{
background-color: #0AC459;
}
</style>
border-color css
<style>
span { border-color: #0AC459; }
span { border-color: rgb(10,196,89); }
td.TdClassName
{
border-color: #0AC459;
}
.TagClassName
{
border-color: #0AC459;
}
</style>