Shades of Malachite #0AD565
Tints of Malachite #0AD565
RGB
CMYK
RGB Variations
Color information
#0AD565 (or 0x0AD565) is known color: Malachite. HEX triplet: 0A, D5 and 65. RGB value is (10,213,101). Sum of RGB (Red+Green+Blue) = 10+213+101=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD565 is #F52A9A. Grayscale: #8B8B8B. Windows color (decimal): -16067227 or 6673674. OLE color: 6673674.
HSL color Cylindrical-coordinate representation of color #0AD565: hue angle of 146.9º 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 #0AD565 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 101 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.16 |
| HSL | 146.9º | 0.91% | 0.44% | - |
| HSV(B) | 146.9º | 0.95% | 0.84% | - |
| XYZ | 26.27 | 48.59 | 20.31 | - |
| YUV | 139.54 | 106.25 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 101 | 0.95 | 0 | 0.53 | 0.16 | 146.9 | 0.91 | 0.44 |
| Hex | A | D5 | 65 | 5F | 0 | 35 | 10 | 93 | 5B | 2C |
| Octal | 12 | 325 | 145 | 137 | 0 | 65 | 20 | 223 | 133 | 54 |
| Binary | 1010 | 11010101 | 1100101 | 1011111 | 0 | 110101 | 10000 | 10010011 | 1011011 | 101100 |
Color Harmonies of #0AD565
Complementary color
Monochromatic Colors of #0AD565
Black with #0AD565
Text Example
Text Example
White with #0AD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD565; }
p { color: rgb(10,213,101); }
H1.HeaderClassName
{
color: #0AD565;
}
.AnyTagClassName
{
color: #0AD565;
}
</style>
background-color css
<style>
a { background-color: #0AD565; }
a { background-color: rgb(10,213,101); }
div.DivClassName
{
background-color: #0AD565;
}
.BgClassName
{
background-color: #0AD565;
}
</style>
border-color css
<style>
span { border-color: #0AD565; }
span { border-color: rgb(10,213,101); }
td.TdClassName
{
border-color: #0AD565;
}
.TagClassName
{
border-color: #0AD565;
}
</style>