Shades of Malachite #0ADE54
Tints of Malachite #0ADE54
RGB
CMYK
RGB Variations
Color information
#0ADE54 (or 0x0ADE54) is known color: Malachite. HEX triplet: 0A, DE and 54. RGB value is (10,222,84). Sum of RGB (Red+Green+Blue) = 10+222+84=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADE54 is #F521AB. Grayscale: #8F8F8F. Windows color (decimal): -16064940 or 5561866. OLE color: 5561866.
HSL color Cylindrical-coordinate representation of color #0ADE54: hue angle of 140.94º 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 #0ADE54 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 84 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.13 |
| HSL | 140.94º | 0.91% | 0.45% | - |
| HSV(B) | 140.94º | 0.95% | 0.87% | - |
| XYZ | 27.85 | 52.95 | 17.14 | - |
| YUV | 142.88 | 94.76 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 84 | 0.95 | 0 | 0.62 | 0.13 | 140.94 | 0.91 | 0.45 |
| Hex | A | DE | 54 | 5F | 0 | 3E | D | 8D | 5B | 2D |
| Octal | 12 | 336 | 124 | 137 | 0 | 76 | 15 | 215 | 133 | 55 |
| Binary | 1010 | 11011110 | 1010100 | 1011111 | 0 | 111110 | 1101 | 10001101 | 1011011 | 101101 |
Color Harmonies of #0ADE54
Complementary color
Monochromatic Colors of #0ADE54
Black with #0ADE54
Text Example
Text Example
White with #0ADE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE54; }
p { color: rgb(10,222,84); }
H1.HeaderClassName
{
color: #0ADE54;
}
.AnyTagClassName
{
color: #0ADE54;
}
</style>
background-color css
<style>
a { background-color: #0ADE54; }
a { background-color: rgb(10,222,84); }
div.DivClassName
{
background-color: #0ADE54;
}
.BgClassName
{
background-color: #0ADE54;
}
</style>
border-color css
<style>
span { border-color: #0ADE54; }
span { border-color: rgb(10,222,84); }
td.TdClassName
{
border-color: #0ADE54;
}
.TagClassName
{
border-color: #0ADE54;
}
</style>