Shades of Malachite #0AC851
Tints of Malachite #0AC851
RGB
CMYK
RGB Variations
Color information
#0AC851 (or 0x0AC851) is known color: Malachite. HEX triplet: 0A, C8 and 51. RGB value is (10,200,81). Sum of RGB (Red+Green+Blue) = 10+200+81=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC851 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC851 is #F537AE. Grayscale: #818181. Windows color (decimal): -16070575 or 5359626. OLE color: 5359626.
HSL color Cylindrical-coordinate representation of color #0AC851: hue angle of 142.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC851 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 81 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.22 |
| HSL | 142.42º | 0.9% | 0.41% | - |
| HSV(B) | 142.42º | 0.95% | 0.78% | - |
| XYZ | 22.26 | 41.97 | 14.71 | - |
| YUV | 129.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 81 | 0.95 | 0 | 0.59 | 0.22 | 142.42 | 0.9 | 0.41 |
| Hex | A | C8 | 51 | 5F | 0 | 3B | 16 | 8E | 5A | 29 |
| Octal | 12 | 310 | 121 | 137 | 0 | 73 | 26 | 216 | 132 | 51 |
| Binary | 1010 | 11001000 | 1010001 | 1011111 | 0 | 111011 | 10110 | 10001110 | 1011010 | 101001 |
Color Harmonies of #0AC851
Complementary color
Monochromatic Colors of #0AC851
Black with #0AC851
Text Example
Text Example
White with #0AC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC851; }
p { color: rgb(10,200,81); }
H1.HeaderClassName
{
color: #0AC851;
}
.AnyTagClassName
{
color: #0AC851;
}
</style>
background-color css
<style>
a { background-color: #0AC851; }
a { background-color: rgb(10,200,81); }
div.DivClassName
{
background-color: #0AC851;
}
.BgClassName
{
background-color: #0AC851;
}
</style>
border-color css
<style>
span { border-color: #0AC851; }
span { border-color: rgb(10,200,81); }
td.TdClassName
{
border-color: #0AC851;
}
.TagClassName
{
border-color: #0AC851;
}
</style>