Shades of Malachite #0AC84C
Tints of Malachite #0AC84C
RGB
CMYK
RGB Variations
Color information
#0AC84C (or 0x0AC84C) is known color: Malachite. HEX triplet: 0A, C8 and 4C. RGB value is (10,200,76). Sum of RGB (Red+Green+Blue) = 10+200+76=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC84C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC84C is #F537B3. Grayscale: #818181. Windows color (decimal): -16070580 or 5031946. OLE color: 5031946.
HSL color Cylindrical-coordinate representation of color #0AC84C: hue angle of 140.84º 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 #0AC84C is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 76 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.22 |
| HSL | 140.84º | 0.9% | 0.41% | - |
| HSV(B) | 140.84º | 0.95% | 0.78% | - |
| XYZ | 22.08 | 41.89 | 13.76 | - |
| YUV | 129.05 | 98.05 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 76 | 0.95 | 0 | 0.62 | 0.22 | 140.84 | 0.9 | 0.41 |
| Hex | A | C8 | 4C | 5F | 0 | 3E | 16 | 8D | 5A | 29 |
| Octal | 12 | 310 | 114 | 137 | 0 | 76 | 26 | 215 | 132 | 51 |
| Binary | 1010 | 11001000 | 1001100 | 1011111 | 0 | 111110 | 10110 | 10001101 | 1011010 | 101001 |
Color Harmonies of #0AC84C
Complementary color
Monochromatic Colors of #0AC84C
Black with #0AC84C
Text Example
Text Example
White with #0AC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC84C; }
p { color: rgb(10,200,76); }
H1.HeaderClassName
{
color: #0AC84C;
}
.AnyTagClassName
{
color: #0AC84C;
}
</style>
background-color css
<style>
a { background-color: #0AC84C; }
a { background-color: rgb(10,200,76); }
div.DivClassName
{
background-color: #0AC84C;
}
.BgClassName
{
background-color: #0AC84C;
}
</style>
border-color css
<style>
span { border-color: #0AC84C; }
span { border-color: rgb(10,200,76); }
td.TdClassName
{
border-color: #0AC84C;
}
.TagClassName
{
border-color: #0AC84C;
}
</style>