Shades of Malachite #0AEB64
Tints of Malachite #0AEB64
RGB
CMYK
RGB Variations
Color information
#0AEB64 (or 0x0AEB64) is known color: Malachite. HEX triplet: 0A, EB and 64. RGB value is (10,235,100). Sum of RGB (Red+Green+Blue) = 10+235+100=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 235 (92.19% from 255 or 68.12% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEB64 is #F5149B. Grayscale: #989898. Windows color (decimal): -16061596 or 6613770. OLE color: 6613770.
HSL color Cylindrical-coordinate representation of color #0AEB64: hue angle of 144º 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 #0AEB64 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 235 | 100 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.08 |
| HSL | 144º | 0.92% | 0.48% | - |
| HSV(B) | 144º | 0.96% | 0.92% | - |
| XYZ | 32.13 | 60.4 | 22.02 | - |
| YUV | 152.34 | 98.46 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 235 | 100 | 0.96 | 0 | 0.57 | 0.08 | 144 | 0.92 | 0.48 |
| Hex | A | EB | 64 | 60 | 0 | 39 | 8 | 90 | 5C | 30 |
| Octal | 12 | 353 | 144 | 140 | 0 | 71 | 10 | 220 | 134 | 60 |
| Binary | 1010 | 11101011 | 1100100 | 1100000 | 0 | 111001 | 1000 | 10010000 | 1011100 | 110000 |
Color Harmonies of #0AEB64
Complementary color
Monochromatic Colors of #0AEB64
Black with #0AEB64
Text Example
Text Example
White with #0AEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEB64; }
p { color: rgb(10,235,100); }
H1.HeaderClassName
{
color: #0AEB64;
}
.AnyTagClassName
{
color: #0AEB64;
}
</style>
background-color css
<style>
a { background-color: #0AEB64; }
a { background-color: rgb(10,235,100); }
div.DivClassName
{
background-color: #0AEB64;
}
.BgClassName
{
background-color: #0AEB64;
}
</style>
border-color css
<style>
span { border-color: #0AEB64; }
span { border-color: rgb(10,235,100); }
td.TdClassName
{
border-color: #0AEB64;
}
.TagClassName
{
border-color: #0AEB64;
}
</style>