Shades of Malachite #0AD056
Tints of Malachite #0AD056
RGB
CMYK
RGB Variations
Color information
#0AD056 (or 0x0AD056) is known color: Malachite. HEX triplet: 0A, D0 and 56. RGB value is (10,208,86). Sum of RGB (Red+Green+Blue) = 10+208+86=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD056 is #F52FA9. Grayscale: #878787. Windows color (decimal): -16068522 or 5689354. OLE color: 5689354.
HSL color Cylindrical-coordinate representation of color #0AD056: hue angle of 143.03º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD056 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 208 | 86 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.18 |
| HSL | 143.03º | 0.91% | 0.43% | - |
| HSV(B) | 143.03º | 0.95% | 0.82% | - |
| XYZ | 24.36 | 45.85 | 16.37 | - |
| YUV | 134.89 | 100.4 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 86 | 0.95 | 0 | 0.59 | 0.18 | 143.03 | 0.91 | 0.43 |
| Hex | A | D0 | 56 | 5F | 0 | 3B | 12 | 8F | 5B | 2B |
| Octal | 12 | 320 | 126 | 137 | 0 | 73 | 22 | 217 | 133 | 53 |
| Binary | 1010 | 11010000 | 1010110 | 1011111 | 0 | 111011 | 10010 | 10001111 | 1011011 | 101011 |
Color Harmonies of #0AD056
Complementary color
Monochromatic Colors of #0AD056
Black with #0AD056
Text Example
Text Example
White with #0AD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD056; }
p { color: rgb(10,208,86); }
H1.HeaderClassName
{
color: #0AD056;
}
.AnyTagClassName
{
color: #0AD056;
}
</style>
background-color css
<style>
a { background-color: #0AD056; }
a { background-color: rgb(10,208,86); }
div.DivClassName
{
background-color: #0AD056;
}
.BgClassName
{
background-color: #0AD056;
}
</style>
border-color css
<style>
span { border-color: #0AD056; }
span { border-color: rgb(10,208,86); }
td.TdClassName
{
border-color: #0AD056;
}
.TagClassName
{
border-color: #0AD056;
}
</style>