Shades of Malachite #0AD057
Tints of Malachite #0AD057
RGB
CMYK
RGB Variations
Color information
#0AD057 (or 0x0AD057) is known color: Malachite. HEX triplet: 0A, D0 and 57. RGB value is (10,208,87). Sum of RGB (Red+Green+Blue) = 10+208+87=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD057 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD057 is #F52FA8. Grayscale: #878787. Windows color (decimal): -16068521 or 5754890. OLE color: 5754890.
HSL color Cylindrical-coordinate representation of color #0AD057: hue angle of 143.33º 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 #0AD057 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 208 | 87 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.18 |
| HSL | 143.33º | 0.91% | 0.43% | - |
| HSV(B) | 143.33º | 0.95% | 0.82% | - |
| XYZ | 24.4 | 45.86 | 16.58 | - |
| YUV | 135 | 100.9 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 87 | 0.95 | 0 | 0.58 | 0.18 | 143.33 | 0.91 | 0.43 |
| Hex | A | D0 | 57 | 5F | 0 | 3A | 12 | 8F | 5B | 2B |
| Octal | 12 | 320 | 127 | 137 | 0 | 72 | 22 | 217 | 133 | 53 |
| Binary | 1010 | 11010000 | 1010111 | 1011111 | 0 | 111010 | 10010 | 10001111 | 1011011 | 101011 |
Color Harmonies of #0AD057
Complementary color
Monochromatic Colors of #0AD057
Black with #0AD057
Text Example
Text Example
White with #0AD057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD057; }
p { color: rgb(10,208,87); }
H1.HeaderClassName
{
color: #0AD057;
}
.AnyTagClassName
{
color: #0AD057;
}
</style>
background-color css
<style>
a { background-color: #0AD057; }
a { background-color: rgb(10,208,87); }
div.DivClassName
{
background-color: #0AD057;
}
.BgClassName
{
background-color: #0AD057;
}
</style>
border-color css
<style>
span { border-color: #0AD057; }
span { border-color: rgb(10,208,87); }
td.TdClassName
{
border-color: #0AD057;
}
.TagClassName
{
border-color: #0AD057;
}
</style>