Shades of Malachite #0AD151
Tints of Malachite #0AD151
RGB
CMYK
RGB Variations
Color information
#0AD151 (or 0x0AD151) is known color: Malachite. HEX triplet: 0A, D1 and 51. RGB value is (10,209,81). Sum of RGB (Red+Green+Blue) = 10+209+81=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 209 (82.03% from 255 or 69.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD151 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD151 is #F52EAE. Grayscale: #878787. Windows color (decimal): -16068271 or 5361930. OLE color: 5361930.
HSL color Cylindrical-coordinate representation of color #0AD151: hue angle of 141.41º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD151 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 81 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.18 |
| HSL | 141.41º | 0.91% | 0.43% | - |
| HSV(B) | 141.41º | 0.95% | 0.82% | - |
| XYZ | 24.41 | 46.26 | 15.43 | - |
| YUV | 134.91 | 97.57 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 81 | 0.95 | 0 | 0.61 | 0.18 | 141.41 | 0.91 | 0.43 |
| Hex | A | D1 | 51 | 5F | 0 | 3D | 12 | 8D | 5B | 2B |
| Octal | 12 | 321 | 121 | 137 | 0 | 75 | 22 | 215 | 133 | 53 |
| Binary | 1010 | 11010001 | 1010001 | 1011111 | 0 | 111101 | 10010 | 10001101 | 1011011 | 101011 |
Color Harmonies of #0AD151
Complementary color
Monochromatic Colors of #0AD151
Black with #0AD151
Text Example
Text Example
White with #0AD151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD151; }
p { color: rgb(10,209,81); }
H1.HeaderClassName
{
color: #0AD151;
}
.AnyTagClassName
{
color: #0AD151;
}
</style>
background-color css
<style>
a { background-color: #0AD151; }
a { background-color: rgb(10,209,81); }
div.DivClassName
{
background-color: #0AD151;
}
.BgClassName
{
background-color: #0AD151;
}
</style>
border-color css
<style>
span { border-color: #0AD151; }
span { border-color: rgb(10,209,81); }
td.TdClassName
{
border-color: #0AD151;
}
.TagClassName
{
border-color: #0AD151;
}
</style>