Shades of Malachite #0AC456
Tints of Malachite #0AC456
RGB
CMYK
RGB Variations
Color information
#0AC456 (or 0x0AC456) is known color: Malachite. HEX triplet: 0A, C4 and 56. RGB value is (10,196,86). Sum of RGB (Red+Green+Blue) = 10+196+86=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC456 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC456 is #F53BA9. Grayscale: #808080. Windows color (decimal): -16071594 or 5686282. OLE color: 5686282.
HSL color Cylindrical-coordinate representation of color #0AC456: hue angle of 144.52º 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 #0AC456 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 86 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.23 |
| HSL | 144.52º | 0.9% | 0.4% | - |
| HSV(B) | 144.52º | 0.95% | 0.77% | - |
| XYZ | 21.54 | 40.22 | 15.43 | - |
| YUV | 127.85 | 104.38 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 86 | 0.95 | 0 | 0.56 | 0.23 | 144.52 | 0.9 | 0.4 |
| Hex | A | C4 | 56 | 5F | 0 | 38 | 17 | 91 | 5A | 28 |
| Octal | 12 | 304 | 126 | 137 | 0 | 70 | 27 | 221 | 132 | 50 |
| Binary | 1010 | 11000100 | 1010110 | 1011111 | 0 | 111000 | 10111 | 10010001 | 1011010 | 101000 |
Color Harmonies of #0AC456
Complementary color
Monochromatic Colors of #0AC456
Black with #0AC456
Text Example
Text Example
White with #0AC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC456; }
p { color: rgb(10,196,86); }
H1.HeaderClassName
{
color: #0AC456;
}
.AnyTagClassName
{
color: #0AC456;
}
</style>
background-color css
<style>
a { background-color: #0AC456; }
a { background-color: rgb(10,196,86); }
div.DivClassName
{
background-color: #0AC456;
}
.BgClassName
{
background-color: #0AC456;
}
</style>
border-color css
<style>
span { border-color: #0AC456; }
span { border-color: rgb(10,196,86); }
td.TdClassName
{
border-color: #0AC456;
}
.TagClassName
{
border-color: #0AC456;
}
</style>