Shades of Malachite #0AC256
Tints of Malachite #0AC256
RGB
CMYK
RGB Variations
Color information
#0AC256 (or 0x0AC256) is known color: Malachite. HEX triplet: 0A, C2 and 56. RGB value is (10,194,86). Sum of RGB (Red+Green+Blue) = 10+194+86=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC256 is #F53DA9. Grayscale: #7E7E7E. Windows color (decimal): -16072106 or 5685770. OLE color: 5685770.
HSL color Cylindrical-coordinate representation of color #0AC256: hue angle of 144.78º 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 #0AC256 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 86 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.24 |
| HSL | 144.78º | 0.9% | 0.4% | - |
| HSV(B) | 144.78º | 0.95% | 0.76% | - |
| XYZ | 21.1 | 39.32 | 15.28 | - |
| YUV | 126.67 | 105.04 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 86 | 0.95 | 0 | 0.56 | 0.24 | 144.78 | 0.9 | 0.4 |
| Hex | A | C2 | 56 | 5F | 0 | 38 | 18 | 91 | 5A | 28 |
| Octal | 12 | 302 | 126 | 137 | 0 | 70 | 30 | 221 | 132 | 50 |
| Binary | 1010 | 11000010 | 1010110 | 1011111 | 0 | 111000 | 11000 | 10010001 | 1011010 | 101000 |
Color Harmonies of #0AC256
Complementary color
Monochromatic Colors of #0AC256
Black with #0AC256
Text Example
Text Example
White with #0AC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC256; }
p { color: rgb(10,194,86); }
H1.HeaderClassName
{
color: #0AC256;
}
.AnyTagClassName
{
color: #0AC256;
}
</style>
background-color css
<style>
a { background-color: #0AC256; }
a { background-color: rgb(10,194,86); }
div.DivClassName
{
background-color: #0AC256;
}
.BgClassName
{
background-color: #0AC256;
}
</style>
border-color css
<style>
span { border-color: #0AC256; }
span { border-color: rgb(10,194,86); }
td.TdClassName
{
border-color: #0AC256;
}
.TagClassName
{
border-color: #0AC256;
}
</style>