Shades of Malachite #0AD55A
Tints of Malachite #0AD55A
RGB
CMYK
RGB Variations
Color information
#0AD55A (or 0x0AD55A) is known color: Malachite. HEX triplet: 0A, D5 and 5A. RGB value is (10,213,90). Sum of RGB (Red+Green+Blue) = 10+213+90=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 213 (83.59% from 255 or 68.05% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD55A is #F52AA5. Grayscale: #8A8A8A. Windows color (decimal): -16067238 or 5952778. OLE color: 5952778.
HSL color Cylindrical-coordinate representation of color #0AD55A: hue angle of 143.65º 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 #0AD55A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 90 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.16 |
| HSL | 143.65º | 0.91% | 0.44% | - |
| HSV(B) | 143.65º | 0.95% | 0.84% | - |
| XYZ | 25.76 | 48.39 | 17.66 | - |
| YUV | 138.28 | 100.75 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 90 | 0.95 | 0 | 0.58 | 0.16 | 143.65 | 0.91 | 0.44 |
| Hex | A | D5 | 5A | 5F | 0 | 3A | 10 | 90 | 5B | 2C |
| Octal | 12 | 325 | 132 | 137 | 0 | 72 | 20 | 220 | 133 | 54 |
| Binary | 1010 | 11010101 | 1011010 | 1011111 | 0 | 111010 | 10000 | 10010000 | 1011011 | 101100 |
Color Harmonies of #0AD55A
Complementary color
Monochromatic Colors of #0AD55A
Black with #0AD55A
Text Example
Text Example
White with #0AD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD55A; }
p { color: rgb(10,213,90); }
H1.HeaderClassName
{
color: #0AD55A;
}
.AnyTagClassName
{
color: #0AD55A;
}
</style>
background-color css
<style>
a { background-color: #0AD55A; }
a { background-color: rgb(10,213,90); }
div.DivClassName
{
background-color: #0AD55A;
}
.BgClassName
{
background-color: #0AD55A;
}
</style>
border-color css
<style>
span { border-color: #0AD55A; }
span { border-color: rgb(10,213,90); }
td.TdClassName
{
border-color: #0AD55A;
}
.TagClassName
{
border-color: #0AD55A;
}
</style>