Shades of Malachite #0ADF54
Tints of Malachite #0ADF54
RGB
CMYK
RGB Variations
Color information
#0ADF54 (or 0x0ADF54) is known color: Malachite. HEX triplet: 0A, DF and 54. RGB value is (10,223,84). Sum of RGB (Red+Green+Blue) = 10+223+84=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADF54 is #F520AB. Grayscale: #8F8F8F. Windows color (decimal): -16064684 or 5562122. OLE color: 5562122.
HSL color Cylindrical-coordinate representation of color #0ADF54: hue angle of 140.85º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADF54 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 84 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.13 |
| HSL | 140.85º | 0.91% | 0.46% | - |
| HSV(B) | 140.85º | 0.96% | 0.87% | - |
| XYZ | 28.11 | 53.48 | 17.23 | - |
| YUV | 143.47 | 94.43 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 84 | 0.96 | 0 | 0.62 | 0.13 | 140.85 | 0.91 | 0.46 |
| Hex | A | DF | 54 | 60 | 0 | 3E | D | 8D | 5B | 2E |
| Octal | 12 | 337 | 124 | 140 | 0 | 76 | 15 | 215 | 133 | 56 |
| Binary | 1010 | 11011111 | 1010100 | 1100000 | 0 | 111110 | 1101 | 10001101 | 1011011 | 101110 |
Color Harmonies of #0ADF54
Complementary color
Monochromatic Colors of #0ADF54
Black with #0ADF54
Text Example
Text Example
White with #0ADF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF54; }
p { color: rgb(10,223,84); }
H1.HeaderClassName
{
color: #0ADF54;
}
.AnyTagClassName
{
color: #0ADF54;
}
</style>
background-color css
<style>
a { background-color: #0ADF54; }
a { background-color: rgb(10,223,84); }
div.DivClassName
{
background-color: #0ADF54;
}
.BgClassName
{
background-color: #0ADF54;
}
</style>
border-color css
<style>
span { border-color: #0ADF54; }
span { border-color: rgb(10,223,84); }
td.TdClassName
{
border-color: #0ADF54;
}
.TagClassName
{
border-color: #0ADF54;
}
</style>