Shades of Malachite #0AC963
Tints of Malachite #0AC963
RGB
CMYK
RGB Variations
Color information
#0AC963 (or 0x0AC963) is known color: Malachite. HEX triplet: 0A, C9 and 63. RGB value is (10,201,99). Sum of RGB (Red+Green+Blue) = 10+201+99=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC963 is #F5369C. Grayscale: #848484. Windows color (decimal): -16070301 or 6539530. OLE color: 6539530.
HSL color Cylindrical-coordinate representation of color #0AC963: hue angle of 147.96º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC963 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 99 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.21 |
| HSL | 147.96º | 0.91% | 0.41% | - |
| HSV(B) | 147.96º | 0.95% | 0.79% | - |
| XYZ | 23.26 | 42.74 | 18.83 | - |
| YUV | 132.26 | 109.22 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 99 | 0.95 | 0 | 0.51 | 0.21 | 147.96 | 0.91 | 0.41 |
| Hex | A | C9 | 63 | 5F | 0 | 33 | 15 | 94 | 5B | 29 |
| Octal | 12 | 311 | 143 | 137 | 0 | 63 | 25 | 224 | 133 | 51 |
| Binary | 1010 | 11001001 | 1100011 | 1011111 | 0 | 110011 | 10101 | 10010100 | 1011011 | 101001 |
Color Harmonies of #0AC963
Complementary color
Monochromatic Colors of #0AC963
Black with #0AC963
Text Example
Text Example
White with #0AC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC963; }
p { color: rgb(10,201,99); }
H1.HeaderClassName
{
color: #0AC963;
}
.AnyTagClassName
{
color: #0AC963;
}
</style>
background-color css
<style>
a { background-color: #0AC963; }
a { background-color: rgb(10,201,99); }
div.DivClassName
{
background-color: #0AC963;
}
.BgClassName
{
background-color: #0AC963;
}
</style>
border-color css
<style>
span { border-color: #0AC963; }
span { border-color: rgb(10,201,99); }
td.TdClassName
{
border-color: #0AC963;
}
.TagClassName
{
border-color: #0AC963;
}
</style>