Shades of Malachite #0AD972
Tints of Malachite #0AD972
RGB
CMYK
RGB Variations
Color information
#0AD972 (or 0x0AD972) is known color: Malachite. HEX triplet: 0A, D9 and 72. RGB value is (10,217,114). Sum of RGB (Red+Green+Blue) = 10+217+114=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD972 is #F5268D. Grayscale: #8F8F8F. Windows color (decimal): -16066190 or 7526666. OLE color: 7526666.
HSL color Cylindrical-coordinate representation of color #0AD972: hue angle of 150.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD972 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 114 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.15 |
| HSL | 150.14º | 0.91% | 0.45% | - |
| HSV(B) | 150.14º | 0.95% | 0.85% | - |
| XYZ | 27.98 | 50.91 | 24.27 | - |
| YUV | 143.37 | 111.42 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 114 | 0.95 | 0 | 0.47 | 0.15 | 150.14 | 0.91 | 0.45 |
| Hex | A | D9 | 72 | 5F | 0 | 2F | F | 96 | 5B | 2D |
| Octal | 12 | 331 | 162 | 137 | 0 | 57 | 17 | 226 | 133 | 55 |
| Binary | 1010 | 11011001 | 1110010 | 1011111 | 0 | 101111 | 1111 | 10010110 | 1011011 | 101101 |
Color Harmonies of #0AD972
Complementary color
Monochromatic Colors of #0AD972
Black with #0AD972
Text Example
Text Example
White with #0AD972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD972; }
p { color: rgb(10,217,114); }
H1.HeaderClassName
{
color: #0AD972;
}
.AnyTagClassName
{
color: #0AD972;
}
</style>
background-color css
<style>
a { background-color: #0AD972; }
a { background-color: rgb(10,217,114); }
div.DivClassName
{
background-color: #0AD972;
}
.BgClassName
{
background-color: #0AD972;
}
</style>
border-color css
<style>
span { border-color: #0AD972; }
span { border-color: rgb(10,217,114); }
td.TdClassName
{
border-color: #0AD972;
}
.TagClassName
{
border-color: #0AD972;
}
</style>