Shades of Malachite #0AD95F
Tints of Malachite #0AD95F
RGB
CMYK
RGB Variations
Color information
#0AD95F (or 0x0AD95F) is known color: Malachite. HEX triplet: 0A, D9 and 5F. RGB value is (10,217,95). Sum of RGB (Red+Green+Blue) = 10+217+95=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD95F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD95F is #F526A0. Grayscale: #8D8D8D. Windows color (decimal): -16066209 or 6281482. OLE color: 6281482.
HSL color Cylindrical-coordinate representation of color #0AD95F: hue angle of 144.64º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD95F is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 95 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.15 |
| HSL | 144.64º | 0.91% | 0.45% | - |
| HSV(B) | 144.64º | 0.95% | 0.85% | - |
| XYZ | 27 | 50.52 | 19.15 | - |
| YUV | 141.2 | 101.92 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 95 | 0.95 | 0 | 0.56 | 0.15 | 144.64 | 0.91 | 0.45 |
| Hex | A | D9 | 5F | 5F | 0 | 38 | F | 91 | 5B | 2D |
| Octal | 12 | 331 | 137 | 137 | 0 | 70 | 17 | 221 | 133 | 55 |
| Binary | 1010 | 11011001 | 1011111 | 1011111 | 0 | 111000 | 1111 | 10010001 | 1011011 | 101101 |
Color Harmonies of #0AD95F
Complementary color
Monochromatic Colors of #0AD95F
Black with #0AD95F
Text Example
Text Example
White with #0AD95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD95F; }
p { color: rgb(10,217,95); }
H1.HeaderClassName
{
color: #0AD95F;
}
.AnyTagClassName
{
color: #0AD95F;
}
</style>
background-color css
<style>
a { background-color: #0AD95F; }
a { background-color: rgb(10,217,95); }
div.DivClassName
{
background-color: #0AD95F;
}
.BgClassName
{
background-color: #0AD95F;
}
</style>
border-color css
<style>
span { border-color: #0AD95F; }
span { border-color: rgb(10,217,95); }
td.TdClassName
{
border-color: #0AD95F;
}
.TagClassName
{
border-color: #0AD95F;
}
</style>