Shades of Malachite #0AC550
Tints of Malachite #0AC550
RGB
CMYK
RGB Variations
Color information
#0AC550 (or 0x0AC550) is known color: Malachite. HEX triplet: 0A, C5 and 50. RGB value is (10,197,80). Sum of RGB (Red+Green+Blue) = 10+197+80=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC550 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC550 is #F53AAF. Grayscale: #808080. Windows color (decimal): -16071344 or 5293322. OLE color: 5293322.
HSL color Cylindrical-coordinate representation of color #0AC550: hue angle of 142.46º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC550 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 80 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.23 |
| HSL | 142.46º | 0.9% | 0.41% | - |
| HSV(B) | 142.46º | 0.95% | 0.77% | - |
| XYZ | 21.54 | 40.58 | 14.29 | - |
| YUV | 127.75 | 101.05 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 80 | 0.95 | 0 | 0.59 | 0.23 | 142.46 | 0.9 | 0.41 |
| Hex | A | C5 | 50 | 5F | 0 | 3B | 17 | 8E | 5A | 29 |
| Octal | 12 | 305 | 120 | 137 | 0 | 73 | 27 | 216 | 132 | 51 |
| Binary | 1010 | 11000101 | 1010000 | 1011111 | 0 | 111011 | 10111 | 10001110 | 1011010 | 101001 |
Color Harmonies of #0AC550
Complementary color
Monochromatic Colors of #0AC550
Black with #0AC550
Text Example
Text Example
White with #0AC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC550; }
p { color: rgb(10,197,80); }
H1.HeaderClassName
{
color: #0AC550;
}
.AnyTagClassName
{
color: #0AC550;
}
</style>
background-color css
<style>
a { background-color: #0AC550; }
a { background-color: rgb(10,197,80); }
div.DivClassName
{
background-color: #0AC550;
}
.BgClassName
{
background-color: #0AC550;
}
</style>
border-color css
<style>
span { border-color: #0AC550; }
span { border-color: rgb(10,197,80); }
td.TdClassName
{
border-color: #0AC550;
}
.TagClassName
{
border-color: #0AC550;
}
</style>