Shades of Malachite #0AD45D
Tints of Malachite #0AD45D
RGB
CMYK
RGB Variations
Color information
#0AD45D (or 0x0AD45D) is known color: Malachite. HEX triplet: 0A, D4 and 5D. RGB value is (10,212,93). Sum of RGB (Red+Green+Blue) = 10+212+93=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 212 (83.20% from 255 or 67.30% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD45D is #F52BA2. Grayscale: #8A8A8A. Windows color (decimal): -16067491 or 6149130. OLE color: 6149130.
HSL color Cylindrical-coordinate representation of color #0AD45D: hue angle of 144.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD45D is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 93 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.17 |
| HSL | 144.65º | 0.91% | 0.44% | - |
| HSV(B) | 144.65º | 0.95% | 0.83% | - |
| XYZ | 25.64 | 47.94 | 18.26 | - |
| YUV | 138.04 | 102.58 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 93 | 0.95 | 0 | 0.56 | 0.17 | 144.65 | 0.91 | 0.44 |
| Hex | A | D4 | 5D | 5F | 0 | 38 | 11 | 91 | 5B | 2C |
| Octal | 12 | 324 | 135 | 137 | 0 | 70 | 21 | 221 | 133 | 54 |
| Binary | 1010 | 11010100 | 1011101 | 1011111 | 0 | 111000 | 10001 | 10010001 | 1011011 | 101100 |
Color Harmonies of #0AD45D
Complementary color
Monochromatic Colors of #0AD45D
Black with #0AD45D
Text Example
Text Example
White with #0AD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD45D; }
p { color: rgb(10,212,93); }
H1.HeaderClassName
{
color: #0AD45D;
}
.AnyTagClassName
{
color: #0AD45D;
}
</style>
background-color css
<style>
a { background-color: #0AD45D; }
a { background-color: rgb(10,212,93); }
div.DivClassName
{
background-color: #0AD45D;
}
.BgClassName
{
background-color: #0AD45D;
}
</style>
border-color css
<style>
span { border-color: #0AD45D; }
span { border-color: rgb(10,212,93); }
td.TdClassName
{
border-color: #0AD45D;
}
.TagClassName
{
border-color: #0AD45D;
}
</style>