Shades of Malachite #0AD751
Tints of Malachite #0AD751
RGB
CMYK
RGB Variations
Color information
#0AD751 (or 0x0AD751) is known color: Malachite. HEX triplet: 0A, D7 and 51. RGB value is (10,215,81). Sum of RGB (Red+Green+Blue) = 10+215+81=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD751 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD751 is #F528AE. Grayscale: #8A8A8A. Windows color (decimal): -16066735 or 5363466. OLE color: 5363466.
HSL color Cylindrical-coordinate representation of color #0AD751: hue angle of 140.78º 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 #0AD751 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 81 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.16 |
| HSL | 140.78º | 0.91% | 0.44% | - |
| HSV(B) | 140.78º | 0.95% | 0.84% | - |
| XYZ | 25.91 | 49.26 | 15.93 | - |
| YUV | 138.43 | 95.58 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 81 | 0.95 | 0 | 0.62 | 0.16 | 140.78 | 0.91 | 0.44 |
| Hex | A | D7 | 51 | 5F | 0 | 3E | 10 | 8D | 5B | 2C |
| Octal | 12 | 327 | 121 | 137 | 0 | 76 | 20 | 215 | 133 | 54 |
| Binary | 1010 | 11010111 | 1010001 | 1011111 | 0 | 111110 | 10000 | 10001101 | 1011011 | 101100 |
Color Harmonies of #0AD751
Complementary color
Monochromatic Colors of #0AD751
Black with #0AD751
Text Example
Text Example
White with #0AD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD751; }
p { color: rgb(10,215,81); }
H1.HeaderClassName
{
color: #0AD751;
}
.AnyTagClassName
{
color: #0AD751;
}
</style>
background-color css
<style>
a { background-color: #0AD751; }
a { background-color: rgb(10,215,81); }
div.DivClassName
{
background-color: #0AD751;
}
.BgClassName
{
background-color: #0AD751;
}
</style>
border-color css
<style>
span { border-color: #0AD751; }
span { border-color: rgb(10,215,81); }
td.TdClassName
{
border-color: #0AD751;
}
.TagClassName
{
border-color: #0AD751;
}
</style>