Shades of Malachite #0AC551
Tints of Malachite #0AC551
RGB
CMYK
RGB Variations
Color information
#0AC551 (or 0x0AC551) is known color: Malachite. HEX triplet: 0A, C5 and 51. RGB value is (10,197,81). Sum of RGB (Red+Green+Blue) = 10+197+81=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC551 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC551 is #F53AAE. Grayscale: #808080. Windows color (decimal): -16071343 or 5358858. OLE color: 5358858.
HSL color Cylindrical-coordinate representation of color #0AC551: hue angle of 142.78º 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 #0AC551 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 81 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.23 |
| HSL | 142.78º | 0.9% | 0.41% | - |
| HSV(B) | 142.78º | 0.95% | 0.77% | - |
| XYZ | 21.58 | 40.59 | 14.48 | - |
| YUV | 127.86 | 101.55 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 81 | 0.95 | 0 | 0.59 | 0.23 | 142.78 | 0.9 | 0.41 |
| Hex | A | C5 | 51 | 5F | 0 | 3B | 17 | 8F | 5A | 29 |
| Octal | 12 | 305 | 121 | 137 | 0 | 73 | 27 | 217 | 132 | 51 |
| Binary | 1010 | 11000101 | 1010001 | 1011111 | 0 | 111011 | 10111 | 10001111 | 1011010 | 101001 |
Color Harmonies of #0AC551
Complementary color
Monochromatic Colors of #0AC551
Black with #0AC551
Text Example
Text Example
White with #0AC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC551; }
p { color: rgb(10,197,81); }
H1.HeaderClassName
{
color: #0AC551;
}
.AnyTagClassName
{
color: #0AC551;
}
</style>
background-color css
<style>
a { background-color: #0AC551; }
a { background-color: rgb(10,197,81); }
div.DivClassName
{
background-color: #0AC551;
}
.BgClassName
{
background-color: #0AC551;
}
</style>
border-color css
<style>
span { border-color: #0AC551; }
span { border-color: rgb(10,197,81); }
td.TdClassName
{
border-color: #0AC551;
}
.TagClassName
{
border-color: #0AC551;
}
</style>