Shades of Malachite #0AD570
Tints of Malachite #0AD570
RGB
CMYK
RGB Variations
Color information
#0AD570 (or 0x0AD570) is known color: Malachite. HEX triplet: 0A, D5 and 70. RGB value is (10,213,112). Sum of RGB (Red+Green+Blue) = 10+213+112=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD570 is #F52A8F. Grayscale: #8C8C8C. Windows color (decimal): -16067216 or 7394570. OLE color: 7394570.
HSL color Cylindrical-coordinate representation of color #0AD570: hue angle of 150.15º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD570 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 112 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.16 |
| HSL | 150.15º | 0.91% | 0.44% | - |
| HSV(B) | 150.15º | 0.95% | 0.84% | - |
| XYZ | 26.84 | 48.82 | 23.34 | - |
| YUV | 140.79 | 111.75 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 112 | 0.95 | 0 | 0.47 | 0.16 | 150.15 | 0.91 | 0.44 |
| Hex | A | D5 | 70 | 5F | 0 | 2F | 10 | 96 | 5B | 2C |
| Octal | 12 | 325 | 160 | 137 | 0 | 57 | 20 | 226 | 133 | 54 |
| Binary | 1010 | 11010101 | 1110000 | 1011111 | 0 | 101111 | 10000 | 10010110 | 1011011 | 101100 |
Color Harmonies of #0AD570
Complementary color
Monochromatic Colors of #0AD570
Black with #0AD570
Text Example
Text Example
White with #0AD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD570; }
p { color: rgb(10,213,112); }
H1.HeaderClassName
{
color: #0AD570;
}
.AnyTagClassName
{
color: #0AD570;
}
</style>
background-color css
<style>
a { background-color: #0AD570; }
a { background-color: rgb(10,213,112); }
div.DivClassName
{
background-color: #0AD570;
}
.BgClassName
{
background-color: #0AD570;
}
</style>
border-color css
<style>
span { border-color: #0AD570; }
span { border-color: rgb(10,213,112); }
td.TdClassName
{
border-color: #0AD570;
}
.TagClassName
{
border-color: #0AD570;
}
</style>