Shades of Malachite #0AED56
Tints of Malachite #0AED56
RGB
CMYK
RGB Variations
Color information
#0AED56 (or 0x0AED56) is known color: Malachite. HEX triplet: 0A, ED and 56. RGB value is (10,237,86). Sum of RGB (Red+Green+Blue) = 10+237+86=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #0AED56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AED56 is #F512A9. Grayscale: #989898. Windows color (decimal): -16061098 or 5696778. OLE color: 5696778.
HSL color Cylindrical-coordinate representation of color #0AED56: hue angle of 140.09º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AED56 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 237 | 86 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.07 |
| HSL | 140.09º | 0.92% | 0.48% | - |
| HSV(B) | 140.09º | 0.96% | 0.93% | - |
| XYZ | 32.09 | 61.3 | 18.95 | - |
| YUV | 151.91 | 90.79 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 86 | 0.96 | 0 | 0.64 | 0.07 | 140.09 | 0.92 | 0.48 |
| Hex | A | ED | 56 | 60 | 0 | 40 | 7 | 8C | 5C | 30 |
| Octal | 12 | 355 | 126 | 140 | 0 | 100 | 7 | 214 | 134 | 60 |
| Binary | 1010 | 11101101 | 1010110 | 1100000 | 0 | 1000000 | 111 | 10001100 | 1011100 | 110000 |
Color Harmonies of #0AED56
Complementary color
Monochromatic Colors of #0AED56
Black with #0AED56
Text Example
Text Example
White with #0AED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AED56; }
p { color: rgb(10,237,86); }
H1.HeaderClassName
{
color: #0AED56;
}
.AnyTagClassName
{
color: #0AED56;
}
</style>
background-color css
<style>
a { background-color: #0AED56; }
a { background-color: rgb(10,237,86); }
div.DivClassName
{
background-color: #0AED56;
}
.BgClassName
{
background-color: #0AED56;
}
</style>
border-color css
<style>
span { border-color: #0AED56; }
span { border-color: rgb(10,237,86); }
td.TdClassName
{
border-color: #0AED56;
}
.TagClassName
{
border-color: #0AED56;
}
</style>