Shades of Malachite #0AD549
Tints of Malachite #0AD549
RGB
CMYK
RGB Variations
Color information
#0AD549 (or 0x0AD549) is known color: Malachite. HEX triplet: 0A, D5 and 49. RGB value is (10,213,73). Sum of RGB (Red+Green+Blue) = 10+213+73=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 213 (83.59% from 255 or 71.96% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD549 is #F52AB6. Grayscale: #888888. Windows color (decimal): -16067255 or 4838666. OLE color: 4838666.
HSL color Cylindrical-coordinate representation of color #0AD549: hue angle of 138.62º 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 #0AD549 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 73 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.16 |
| HSL | 138.62º | 0.91% | 0.44% | - |
| HSV(B) | 138.62º | 0.95% | 0.84% | - |
| XYZ | 25.12 | 48.13 | 14.27 | - |
| YUV | 136.34 | 92.25 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 73 | 0.95 | 0 | 0.66 | 0.16 | 138.62 | 0.91 | 0.44 |
| Hex | A | D5 | 49 | 5F | 0 | 42 | 10 | 8B | 5B | 2C |
| Octal | 12 | 325 | 111 | 137 | 0 | 102 | 20 | 213 | 133 | 54 |
| Binary | 1010 | 11010101 | 1001001 | 1011111 | 0 | 1000010 | 10000 | 10001011 | 1011011 | 101100 |
Color Harmonies of #0AD549
Complementary color
Monochromatic Colors of #0AD549
Black with #0AD549
Text Example
Text Example
White with #0AD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD549; }
p { color: rgb(10,213,73); }
H1.HeaderClassName
{
color: #0AD549;
}
.AnyTagClassName
{
color: #0AD549;
}
</style>
background-color css
<style>
a { background-color: #0AD549; }
a { background-color: rgb(10,213,73); }
div.DivClassName
{
background-color: #0AD549;
}
.BgClassName
{
background-color: #0AD549;
}
</style>
border-color css
<style>
span { border-color: #0AD549; }
span { border-color: rgb(10,213,73); }
td.TdClassName
{
border-color: #0AD549;
}
.TagClassName
{
border-color: #0AD549;
}
</style>