Shades of Malachite #0AD949
Tints of Malachite #0AD949
RGB
CMYK
RGB Variations
Color information
#0AD949 (or 0x0AD949) is known color: Malachite. HEX triplet: 0A, D9 and 49. RGB value is (10,217,73). Sum of RGB (Red+Green+Blue) = 10+217+73=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD949 is #F526B6. Grayscale: #8B8B8B. Windows color (decimal): -16066231 or 4839690. OLE color: 4839690.
HSL color Cylindrical-coordinate representation of color #0AD949: hue angle of 138.26º 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 #0AD949 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 73 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.15 |
| HSL | 138.26º | 0.91% | 0.45% | - |
| HSV(B) | 138.26º | 0.95% | 0.85% | - |
| XYZ | 26.14 | 50.17 | 14.61 | - |
| YUV | 138.69 | 90.92 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 73 | 0.95 | 0 | 0.66 | 0.15 | 138.26 | 0.91 | 0.45 |
| Hex | A | D9 | 49 | 5F | 0 | 42 | F | 8A | 5B | 2D |
| Octal | 12 | 331 | 111 | 137 | 0 | 102 | 17 | 212 | 133 | 55 |
| Binary | 1010 | 11011001 | 1001001 | 1011111 | 0 | 1000010 | 1111 | 10001010 | 1011011 | 101101 |
Color Harmonies of #0AD949
Complementary color
Monochromatic Colors of #0AD949
Black with #0AD949
Text Example
Text Example
White with #0AD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD949; }
p { color: rgb(10,217,73); }
H1.HeaderClassName
{
color: #0AD949;
}
.AnyTagClassName
{
color: #0AD949;
}
</style>
background-color css
<style>
a { background-color: #0AD949; }
a { background-color: rgb(10,217,73); }
div.DivClassName
{
background-color: #0AD949;
}
.BgClassName
{
background-color: #0AD949;
}
</style>
border-color css
<style>
span { border-color: #0AD949; }
span { border-color: rgb(10,217,73); }
td.TdClassName
{
border-color: #0AD949;
}
.TagClassName
{
border-color: #0AD949;
}
</style>