Shades of Malachite #0AD647
Tints of Malachite #0AD647
RGB
CMYK
RGB Variations
Color information
#0AD647 (or 0x0AD647) is known color: Malachite. HEX triplet: 0A, D6 and 47. RGB value is (10,214,71). Sum of RGB (Red+Green+Blue) = 10+214+71=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD647 is #F529B8. Grayscale: #898989. Windows color (decimal): -16067001 or 4707850. OLE color: 4707850.
HSL color Cylindrical-coordinate representation of color #0AD647: hue angle of 137.94º 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 #0AD647 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 71 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.16 |
| HSL | 137.94º | 0.91% | 0.44% | - |
| HSV(B) | 137.94º | 0.95% | 0.84% | - |
| XYZ | 25.31 | 48.61 | 14.01 | - |
| YUV | 136.7 | 90.91 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 71 | 0.95 | 0 | 0.67 | 0.16 | 137.94 | 0.91 | 0.44 |
| Hex | A | D6 | 47 | 5F | 0 | 43 | 10 | 8A | 5B | 2C |
| Octal | 12 | 326 | 107 | 137 | 0 | 103 | 20 | 212 | 133 | 54 |
| Binary | 1010 | 11010110 | 1000111 | 1011111 | 0 | 1000011 | 10000 | 10001010 | 1011011 | 101100 |
Color Harmonies of #0AD647
Complementary color
Monochromatic Colors of #0AD647
Black with #0AD647
Text Example
Text Example
White with #0AD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD647; }
p { color: rgb(10,214,71); }
H1.HeaderClassName
{
color: #0AD647;
}
.AnyTagClassName
{
color: #0AD647;
}
</style>
background-color css
<style>
a { background-color: #0AD647; }
a { background-color: rgb(10,214,71); }
div.DivClassName
{
background-color: #0AD647;
}
.BgClassName
{
background-color: #0AD647;
}
</style>
border-color css
<style>
span { border-color: #0AD647; }
span { border-color: rgb(10,214,71); }
td.TdClassName
{
border-color: #0AD647;
}
.TagClassName
{
border-color: #0AD647;
}
</style>