Shades of Malachite #0AD745
Tints of Malachite #0AD745
RGB
CMYK
RGB Variations
Color information
#0AD745 (or 0x0AD745) is known color: Malachite. HEX triplet: 0A, D7 and 45. RGB value is (10,215,69). Sum of RGB (Red+Green+Blue) = 10+215+69=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD745 is #F528BA. Grayscale: #898989. Windows color (decimal): -16066747 or 4577034. OLE color: 4577034.
HSL color Cylindrical-coordinate representation of color #0AD745: hue angle of 137.27º 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 #0AD745 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 69 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.16 |
| HSL | 137.27º | 0.91% | 0.44% | - |
| HSV(B) | 137.27º | 0.95% | 0.84% | - |
| XYZ | 25.5 | 49.1 | 13.76 | - |
| YUV | 137.06 | 89.58 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 69 | 0.95 | 0 | 0.68 | 0.16 | 137.27 | 0.91 | 0.44 |
| Hex | A | D7 | 45 | 5F | 0 | 44 | 10 | 89 | 5B | 2C |
| Octal | 12 | 327 | 105 | 137 | 0 | 104 | 20 | 211 | 133 | 54 |
| Binary | 1010 | 11010111 | 1000101 | 1011111 | 0 | 1000100 | 10000 | 10001001 | 1011011 | 101100 |
Color Harmonies of #0AD745
Complementary color
Monochromatic Colors of #0AD745
Black with #0AD745
Text Example
Text Example
White with #0AD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD745; }
p { color: rgb(10,215,69); }
H1.HeaderClassName
{
color: #0AD745;
}
.AnyTagClassName
{
color: #0AD745;
}
</style>
background-color css
<style>
a { background-color: #0AD745; }
a { background-color: rgb(10,215,69); }
div.DivClassName
{
background-color: #0AD745;
}
.BgClassName
{
background-color: #0AD745;
}
</style>
border-color css
<style>
span { border-color: #0AD745; }
span { border-color: rgb(10,215,69); }
td.TdClassName
{
border-color: #0AD745;
}
.TagClassName
{
border-color: #0AD745;
}
</style>