Shades of Malachite #0AC363
Tints of Malachite #0AC363
RGB
CMYK
RGB Variations
Color information
#0AC363 (or 0x0AC363) is known color: Malachite. HEX triplet: 0A, C3 and 63. RGB value is (10,195,99). Sum of RGB (Red+Green+Blue) = 10+195+99=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC363 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC363 is #F53C9C. Grayscale: #808080. Windows color (decimal): -16071837 or 6537994. OLE color: 6537994.
HSL color Cylindrical-coordinate representation of color #0AC363: hue angle of 148.86º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC363 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 99 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.24 |
| HSL | 148.86º | 0.9% | 0.4% | - |
| HSV(B) | 148.86º | 0.95% | 0.76% | - |
| XYZ | 21.89 | 40 | 18.37 | - |
| YUV | 128.74 | 111.21 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 99 | 0.95 | 0 | 0.49 | 0.24 | 148.86 | 0.9 | 0.4 |
| Hex | A | C3 | 63 | 5F | 0 | 31 | 18 | 95 | 5A | 28 |
| Octal | 12 | 303 | 143 | 137 | 0 | 61 | 30 | 225 | 132 | 50 |
| Binary | 1010 | 11000011 | 1100011 | 1011111 | 0 | 110001 | 11000 | 10010101 | 1011010 | 101000 |
Color Harmonies of #0AC363
Complementary color
Monochromatic Colors of #0AC363
Black with #0AC363
Text Example
Text Example
White with #0AC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC363; }
p { color: rgb(10,195,99); }
H1.HeaderClassName
{
color: #0AC363;
}
.AnyTagClassName
{
color: #0AC363;
}
</style>
background-color css
<style>
a { background-color: #0AC363; }
a { background-color: rgb(10,195,99); }
div.DivClassName
{
background-color: #0AC363;
}
.BgClassName
{
background-color: #0AC363;
}
</style>
border-color css
<style>
span { border-color: #0AC363; }
span { border-color: rgb(10,195,99); }
td.TdClassName
{
border-color: #0AC363;
}
.TagClassName
{
border-color: #0AC363;
}
</style>