Shades of Malachite #0AD65F
Tints of Malachite #0AD65F
RGB
CMYK
RGB Variations
Color information
#0AD65F (or 0x0AD65F) is known color: Malachite. HEX triplet: 0A, D6 and 5F. RGB value is (10,214,95). Sum of RGB (Red+Green+Blue) = 10+214+95=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD65F is #F529A0. Grayscale: #8B8B8B. Windows color (decimal): -16066977 or 6280714. OLE color: 6280714.
HSL color Cylindrical-coordinate representation of color #0AD65F: hue angle of 145º 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 #0AD65F is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 95 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.16 |
| HSL | 145º | 0.91% | 0.44% | - |
| HSV(B) | 145º | 0.95% | 0.84% | - |
| XYZ | 26.24 | 48.98 | 18.9 | - |
| YUV | 139.44 | 102.91 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 95 | 0.95 | 0 | 0.56 | 0.16 | 145 | 0.91 | 0.44 |
| Hex | A | D6 | 5F | 5F | 0 | 38 | 10 | 91 | 5B | 2C |
| Octal | 12 | 326 | 137 | 137 | 0 | 70 | 20 | 221 | 133 | 54 |
| Binary | 1010 | 11010110 | 1011111 | 1011111 | 0 | 111000 | 10000 | 10010001 | 1011011 | 101100 |
Color Harmonies of #0AD65F
Complementary color
Monochromatic Colors of #0AD65F
Black with #0AD65F
Text Example
Text Example
White with #0AD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD65F; }
p { color: rgb(10,214,95); }
H1.HeaderClassName
{
color: #0AD65F;
}
.AnyTagClassName
{
color: #0AD65F;
}
</style>
background-color css
<style>
a { background-color: #0AD65F; }
a { background-color: rgb(10,214,95); }
div.DivClassName
{
background-color: #0AD65F;
}
.BgClassName
{
background-color: #0AD65F;
}
</style>
border-color css
<style>
span { border-color: #0AD65F; }
span { border-color: rgb(10,214,95); }
td.TdClassName
{
border-color: #0AD65F;
}
.TagClassName
{
border-color: #0AD65F;
}
</style>