Shades of Malachite #0AD764
Tints of Malachite #0AD764
RGB
CMYK
RGB Variations
Color information
#0AD764 (or 0x0AD764) is known color: Malachite. HEX triplet: 0A, D7 and 64. RGB value is (10,215,100). Sum of RGB (Red+Green+Blue) = 10+215+100=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 215 (84.38% from 255 or 66.15% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD764 is #F5289B. Grayscale: #8C8C8C. Windows color (decimal): -16066716 or 6608650. OLE color: 6608650.
HSL color Cylindrical-coordinate representation of color #0AD764: hue angle of 146.34º 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 #0AD764 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 100 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.16 |
| HSL | 146.34º | 0.91% | 0.44% | - |
| HSV(B) | 146.34º | 0.95% | 0.84% | - |
| XYZ | 26.73 | 49.59 | 20.22 | - |
| YUV | 140.6 | 105.08 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 100 | 0.95 | 0 | 0.53 | 0.16 | 146.34 | 0.91 | 0.44 |
| Hex | A | D7 | 64 | 5F | 0 | 35 | 10 | 92 | 5B | 2C |
| Octal | 12 | 327 | 144 | 137 | 0 | 65 | 20 | 222 | 133 | 54 |
| Binary | 1010 | 11010111 | 1100100 | 1011111 | 0 | 110101 | 10000 | 10010010 | 1011011 | 101100 |
Color Harmonies of #0AD764
Complementary color
Monochromatic Colors of #0AD764
Black with #0AD764
Text Example
Text Example
White with #0AD764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD764; }
p { color: rgb(10,215,100); }
H1.HeaderClassName
{
color: #0AD764;
}
.AnyTagClassName
{
color: #0AD764;
}
</style>
background-color css
<style>
a { background-color: #0AD764; }
a { background-color: rgb(10,215,100); }
div.DivClassName
{
background-color: #0AD764;
}
.BgClassName
{
background-color: #0AD764;
}
</style>
border-color css
<style>
span { border-color: #0AD764; }
span { border-color: rgb(10,215,100); }
td.TdClassName
{
border-color: #0AD764;
}
.TagClassName
{
border-color: #0AD764;
}
</style>