Shades of Malachite #0AD574
Tints of Malachite #0AD574
RGB
CMYK
RGB Variations
Color information
#0AD574 (or 0x0AD574) is known color: Malachite. HEX triplet: 0A, D5 and 74. RGB value is (10,213,116). Sum of RGB (Red+Green+Blue) = 10+213+116=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 213 (83.59% from 255 or 62.83% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD574 is #F52A8B. Grayscale: #8D8D8D. Windows color (decimal): -16067212 or 7656714. OLE color: 7656714.
HSL color Cylindrical-coordinate representation of color #0AD574: hue angle of 151.33º 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 #0AD574 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 116 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.16 |
| HSL | 151.33º | 0.91% | 0.44% | - |
| HSV(B) | 151.33º | 0.95% | 0.84% | - |
| XYZ | 27.07 | 48.91 | 24.54 | - |
| YUV | 141.25 | 113.75 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 116 | 0.95 | 0 | 0.46 | 0.16 | 151.33 | 0.91 | 0.44 |
| Hex | A | D5 | 74 | 5F | 0 | 2E | 10 | 97 | 5B | 2C |
| Octal | 12 | 325 | 164 | 137 | 0 | 56 | 20 | 227 | 133 | 54 |
| Binary | 1010 | 11010101 | 1110100 | 1011111 | 0 | 101110 | 10000 | 10010111 | 1011011 | 101100 |
Color Harmonies of #0AD574
Complementary color
Monochromatic Colors of #0AD574
Black with #0AD574
Text Example
Text Example
White with #0AD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD574; }
p { color: rgb(10,213,116); }
H1.HeaderClassName
{
color: #0AD574;
}
.AnyTagClassName
{
color: #0AD574;
}
</style>
background-color css
<style>
a { background-color: #0AD574; }
a { background-color: rgb(10,213,116); }
div.DivClassName
{
background-color: #0AD574;
}
.BgClassName
{
background-color: #0AD574;
}
</style>
border-color css
<style>
span { border-color: #0AD574; }
span { border-color: rgb(10,213,116); }
td.TdClassName
{
border-color: #0AD574;
}
.TagClassName
{
border-color: #0AD574;
}
</style>