Shades of Malachite #0AC84D
Tints of Malachite #0AC84D
RGB
CMYK
RGB Variations
Color information
#0AC84D (or 0x0AC84D) is known color: Malachite. HEX triplet: 0A, C8 and 4D. RGB value is (10,200,77). Sum of RGB (Red+Green+Blue) = 10+200+77=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 200 (78.52% from 255 or 69.69% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC84D is #F537B2. Grayscale: #818181. Windows color (decimal): -16070579 or 5097482. OLE color: 5097482.
HSL color Cylindrical-coordinate representation of color #0AC84D: hue angle of 141.16º 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 #0AC84D is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 77 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.22 |
| HSL | 141.16º | 0.9% | 0.41% | - |
| HSV(B) | 141.16º | 0.95% | 0.78% | - |
| XYZ | 22.12 | 41.91 | 13.94 | - |
| YUV | 129.17 | 98.55 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 77 | 0.95 | 0 | 0.62 | 0.22 | 141.16 | 0.9 | 0.41 |
| Hex | A | C8 | 4D | 5F | 0 | 3E | 16 | 8D | 5A | 29 |
| Octal | 12 | 310 | 115 | 137 | 0 | 76 | 26 | 215 | 132 | 51 |
| Binary | 1010 | 11001000 | 1001101 | 1011111 | 0 | 111110 | 10110 | 10001101 | 1011010 | 101001 |
Color Harmonies of #0AC84D
Complementary color
Monochromatic Colors of #0AC84D
Black with #0AC84D
Text Example
Text Example
White with #0AC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC84D; }
p { color: rgb(10,200,77); }
H1.HeaderClassName
{
color: #0AC84D;
}
.AnyTagClassName
{
color: #0AC84D;
}
</style>
background-color css
<style>
a { background-color: #0AC84D; }
a { background-color: rgb(10,200,77); }
div.DivClassName
{
background-color: #0AC84D;
}
.BgClassName
{
background-color: #0AC84D;
}
</style>
border-color css
<style>
span { border-color: #0AC84D; }
span { border-color: rgb(10,200,77); }
td.TdClassName
{
border-color: #0AC84D;
}
.TagClassName
{
border-color: #0AC84D;
}
</style>