Shades of Malachite #0AEB57
Tints of Malachite #0AEB57
RGB
CMYK
RGB Variations
Color information
#0AEB57 (or 0x0AEB57) is known color: Malachite. HEX triplet: 0A, EB and 57. RGB value is (10,235,87). Sum of RGB (Red+Green+Blue) = 10+235+87=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 235 (92.19% from 255 or 70.78% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB57 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEB57 is #F514A8. Grayscale: #979797. Windows color (decimal): -16061609 or 5761802. OLE color: 5761802.
HSL color Cylindrical-coordinate representation of color #0AEB57: hue angle of 140.53º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEB57 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 235 | 87 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.08 |
| HSL | 140.53º | 0.92% | 0.48% | - |
| HSV(B) | 140.53º | 0.96% | 0.92% | - |
| XYZ | 31.55 | 60.17 | 18.97 | - |
| YUV | 150.85 | 91.96 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 235 | 87 | 0.96 | 0 | 0.63 | 0.08 | 140.53 | 0.92 | 0.48 |
| Hex | A | EB | 57 | 60 | 0 | 3F | 8 | 8D | 5C | 30 |
| Octal | 12 | 353 | 127 | 140 | 0 | 77 | 10 | 215 | 134 | 60 |
| Binary | 1010 | 11101011 | 1010111 | 1100000 | 0 | 111111 | 1000 | 10001101 | 1011100 | 110000 |
Color Harmonies of #0AEB57
Complementary color
Monochromatic Colors of #0AEB57
Black with #0AEB57
Text Example
Text Example
White with #0AEB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEB57; }
p { color: rgb(10,235,87); }
H1.HeaderClassName
{
color: #0AEB57;
}
.AnyTagClassName
{
color: #0AEB57;
}
</style>
background-color css
<style>
a { background-color: #0AEB57; }
a { background-color: rgb(10,235,87); }
div.DivClassName
{
background-color: #0AEB57;
}
.BgClassName
{
background-color: #0AEB57;
}
</style>
border-color css
<style>
span { border-color: #0AEB57; }
span { border-color: rgb(10,235,87); }
td.TdClassName
{
border-color: #0AEB57;
}
.TagClassName
{
border-color: #0AEB57;
}
</style>