Shades of Malachite #0AD555
Tints of Malachite #0AD555
RGB
CMYK
RGB Variations
Color information
#0AD555 (or 0x0AD555) is known color: Malachite. HEX triplet: 0A, D5 and 55. RGB value is (10,213,85). Sum of RGB (Red+Green+Blue) = 10+213+85=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD555 is #F52AAA. Grayscale: #8A8A8A. Windows color (decimal): -16067243 or 5625098. OLE color: 5625098.
HSL color Cylindrical-coordinate representation of color #0AD555: hue angle of 142.17º 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 #0AD555 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 85 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.16 |
| HSL | 142.17º | 0.91% | 0.44% | - |
| HSV(B) | 142.17º | 0.95% | 0.84% | - |
| XYZ | 25.56 | 48.31 | 16.57 | - |
| YUV | 137.71 | 98.25 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 85 | 0.95 | 0 | 0.60 | 0.16 | 142.17 | 0.91 | 0.44 |
| Hex | A | D5 | 55 | 5F | 0 | 3C | 10 | 8E | 5B | 2C |
| Octal | 12 | 325 | 125 | 137 | 0 | 74 | 20 | 216 | 133 | 54 |
| Binary | 1010 | 11010101 | 1010101 | 1011111 | 0 | 111100 | 10000 | 10001110 | 1011011 | 101100 |
Color Harmonies of #0AD555
Complementary color
Monochromatic Colors of #0AD555
Black with #0AD555
Text Example
Text Example
White with #0AD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD555; }
p { color: rgb(10,213,85); }
H1.HeaderClassName
{
color: #0AD555;
}
.AnyTagClassName
{
color: #0AD555;
}
</style>
background-color css
<style>
a { background-color: #0AD555; }
a { background-color: rgb(10,213,85); }
div.DivClassName
{
background-color: #0AD555;
}
.BgClassName
{
background-color: #0AD555;
}
</style>
border-color css
<style>
span { border-color: #0AD555; }
span { border-color: rgb(10,213,85); }
td.TdClassName
{
border-color: #0AD555;
}
.TagClassName
{
border-color: #0AD555;
}
</style>