Shades of Malachite #0AD766
Tints of Malachite #0AD766
RGB
CMYK
RGB Variations
Color information
#0AD766 (or 0x0AD766) is known color: Malachite. HEX triplet: 0A, D7 and 66. RGB value is (10,215,102). Sum of RGB (Red+Green+Blue) = 10+215+102=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD766 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD766 is #F52899. Grayscale: #8D8D8D. Windows color (decimal): -16066714 or 6739722. OLE color: 6739722.
HSL color Cylindrical-coordinate representation of color #0AD766: hue angle of 146.93º 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 #0AD766 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 102 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.16 |
| HSL | 146.93º | 0.91% | 0.44% | - |
| HSV(B) | 146.93º | 0.95% | 0.84% | - |
| XYZ | 26.82 | 49.62 | 20.74 | - |
| YUV | 140.82 | 106.08 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 102 | 0.95 | 0 | 0.53 | 0.16 | 146.93 | 0.91 | 0.44 |
| Hex | A | D7 | 66 | 5F | 0 | 35 | 10 | 93 | 5B | 2C |
| Octal | 12 | 327 | 146 | 137 | 0 | 65 | 20 | 223 | 133 | 54 |
| Binary | 1010 | 11010111 | 1100110 | 1011111 | 0 | 110101 | 10000 | 10010011 | 1011011 | 101100 |
Color Harmonies of #0AD766
Complementary color
Monochromatic Colors of #0AD766
Black with #0AD766
Text Example
Text Example
White with #0AD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD766; }
p { color: rgb(10,215,102); }
H1.HeaderClassName
{
color: #0AD766;
}
.AnyTagClassName
{
color: #0AD766;
}
</style>
background-color css
<style>
a { background-color: #0AD766; }
a { background-color: rgb(10,215,102); }
div.DivClassName
{
background-color: #0AD766;
}
.BgClassName
{
background-color: #0AD766;
}
</style>
border-color css
<style>
span { border-color: #0AD766; }
span { border-color: rgb(10,215,102); }
td.TdClassName
{
border-color: #0AD766;
}
.TagClassName
{
border-color: #0AD766;
}
</style>