Shades of Malachite #0AC864
Tints of Malachite #0AC864
RGB
CMYK
RGB Variations
Color information
#0AC864 (or 0x0AC864) is known color: Malachite. HEX triplet: 0A, C8 and 64. RGB value is (10,200,100). Sum of RGB (Red+Green+Blue) = 10+200+100=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 200 (78.52% from 255 or 64.52% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC864 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC864 is #F5379B. Grayscale: #848484. Windows color (decimal): -16070556 or 6604810. OLE color: 6604810.
HSL color Cylindrical-coordinate representation of color #0AC864: hue angle of 148.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 #0AC864 is Cyan = 0.95, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 100 | - |
| CMYK | 0.95 | 0 | 0.5 | 0.22 |
| HSL | 148.42º | 0.9% | 0.41% | - |
| HSV(B) | 148.42º | 0.95% | 0.78% | - |
| XYZ | 23.08 | 42.29 | 19 | - |
| YUV | 131.79 | 110.05 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 100 | 0.95 | 0 | 0.5 | 0.22 | 148.42 | 0.9 | 0.41 |
| Hex | A | C8 | 64 | 5F | 0 | 32 | 16 | 94 | 5A | 29 |
| Octal | 12 | 310 | 144 | 137 | 0 | 62 | 26 | 224 | 132 | 51 |
| Binary | 1010 | 11001000 | 1100100 | 1011111 | 0 | 110010 | 10110 | 10010100 | 1011010 | 101001 |
Color Harmonies of #0AC864
Complementary color
Monochromatic Colors of #0AC864
Black with #0AC864
Text Example
Text Example
White with #0AC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC864; }
p { color: rgb(10,200,100); }
H1.HeaderClassName
{
color: #0AC864;
}
.AnyTagClassName
{
color: #0AC864;
}
</style>
background-color css
<style>
a { background-color: #0AC864; }
a { background-color: rgb(10,200,100); }
div.DivClassName
{
background-color: #0AC864;
}
.BgClassName
{
background-color: #0AC864;
}
</style>
border-color css
<style>
span { border-color: #0AC864; }
span { border-color: rgb(10,200,100); }
td.TdClassName
{
border-color: #0AC864;
}
.TagClassName
{
border-color: #0AC864;
}
</style>