Shades of Malachite #0AD755
Tints of Malachite #0AD755
RGB
CMYK
RGB Variations
Color information
#0AD755 (or 0x0AD755) is known color: Malachite. HEX triplet: 0A, D7 and 55. RGB value is (10,215,85). Sum of RGB (Red+Green+Blue) = 10+215+85=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 215 (84.38% from 255 or 69.35% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD755 is #F528AA. Grayscale: #8B8B8B. Windows color (decimal): -16066731 or 5625610. OLE color: 5625610.
HSL color Cylindrical-coordinate representation of color #0AD755: hue angle of 141.95º 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 #0AD755 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 85 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.16 |
| HSL | 141.95º | 0.91% | 0.44% | - |
| HSV(B) | 141.95º | 0.95% | 0.84% | - |
| XYZ | 26.07 | 49.32 | 16.74 | - |
| YUV | 138.89 | 97.58 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 85 | 0.95 | 0 | 0.60 | 0.16 | 141.95 | 0.91 | 0.44 |
| Hex | A | D7 | 55 | 5F | 0 | 3C | 10 | 8E | 5B | 2C |
| Octal | 12 | 327 | 125 | 137 | 0 | 74 | 20 | 216 | 133 | 54 |
| Binary | 1010 | 11010111 | 1010101 | 1011111 | 0 | 111100 | 10000 | 10001110 | 1011011 | 101100 |
Color Harmonies of #0AD755
Complementary color
Monochromatic Colors of #0AD755
Black with #0AD755
Text Example
Text Example
White with #0AD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD755; }
p { color: rgb(10,215,85); }
H1.HeaderClassName
{
color: #0AD755;
}
.AnyTagClassName
{
color: #0AD755;
}
</style>
background-color css
<style>
a { background-color: #0AD755; }
a { background-color: rgb(10,215,85); }
div.DivClassName
{
background-color: #0AD755;
}
.BgClassName
{
background-color: #0AD755;
}
</style>
border-color css
<style>
span { border-color: #0AD755; }
span { border-color: rgb(10,215,85); }
td.TdClassName
{
border-color: #0AD755;
}
.TagClassName
{
border-color: #0AD755;
}
</style>