Shades of Malachite #0ADE55
Tints of Malachite #0ADE55
RGB
CMYK
RGB Variations
Color information
#0ADE55 (or 0x0ADE55) is known color: Malachite. HEX triplet: 0A, DE and 55. RGB value is (10,222,85). Sum of RGB (Red+Green+Blue) = 10+222+85=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 222 (87.11% from 255 or 70.03% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADE55 is #F521AA. Grayscale: #8F8F8F. Windows color (decimal): -16064939 or 5627402. OLE color: 5627402.
HSL color Cylindrical-coordinate representation of color #0ADE55: hue angle of 141.23º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE55 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 85 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.13 |
| HSL | 141.23º | 0.91% | 0.45% | - |
| HSV(B) | 141.23º | 0.95% | 0.87% | - |
| XYZ | 27.89 | 52.96 | 17.35 | - |
| YUV | 142.99 | 95.26 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 85 | 0.95 | 0 | 0.62 | 0.13 | 141.23 | 0.91 | 0.45 |
| Hex | A | DE | 55 | 5F | 0 | 3E | D | 8D | 5B | 2D |
| Octal | 12 | 336 | 125 | 137 | 0 | 76 | 15 | 215 | 133 | 55 |
| Binary | 1010 | 11011110 | 1010101 | 1011111 | 0 | 111110 | 1101 | 10001101 | 1011011 | 101101 |
Color Harmonies of #0ADE55
Complementary color
Monochromatic Colors of #0ADE55
Black with #0ADE55
Text Example
Text Example
White with #0ADE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE55; }
p { color: rgb(10,222,85); }
H1.HeaderClassName
{
color: #0ADE55;
}
.AnyTagClassName
{
color: #0ADE55;
}
</style>
background-color css
<style>
a { background-color: #0ADE55; }
a { background-color: rgb(10,222,85); }
div.DivClassName
{
background-color: #0ADE55;
}
.BgClassName
{
background-color: #0ADE55;
}
</style>
border-color css
<style>
span { border-color: #0ADE55; }
span { border-color: rgb(10,222,85); }
td.TdClassName
{
border-color: #0ADE55;
}
.TagClassName
{
border-color: #0ADE55;
}
</style>