Shades of Malachite #0AEA65
Tints of Malachite #0AEA65
RGB
CMYK
RGB Variations
Color information
#0AEA65 (or 0x0AEA65) is known color: Malachite. HEX triplet: 0A, EA and 65. RGB value is (10,234,101). Sum of RGB (Red+Green+Blue) = 10+234+101=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 234 (91.80% from 255 or 67.83% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEA65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEA65 is #F5159A. Grayscale: #989898. Windows color (decimal): -16061851 or 6679050. OLE color: 6679050.
HSL color Cylindrical-coordinate representation of color #0AEA65: hue angle of 144.38º 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 #0AEA65 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 101 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.08 |
| HSL | 144.38º | 0.92% | 0.48% | - |
| HSV(B) | 144.38º | 0.96% | 0.92% | - |
| XYZ | 31.9 | 59.85 | 22.18 | - |
| YUV | 151.86 | 99.29 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 101 | 0.96 | 0 | 0.57 | 0.08 | 144.38 | 0.92 | 0.48 |
| Hex | A | EA | 65 | 60 | 0 | 39 | 8 | 90 | 5C | 30 |
| Octal | 12 | 352 | 145 | 140 | 0 | 71 | 10 | 220 | 134 | 60 |
| Binary | 1010 | 11101010 | 1100101 | 1100000 | 0 | 111001 | 1000 | 10010000 | 1011100 | 110000 |
Color Harmonies of #0AEA65
Complementary color
Monochromatic Colors of #0AEA65
Black with #0AEA65
Text Example
Text Example
White with #0AEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEA65; }
p { color: rgb(10,234,101); }
H1.HeaderClassName
{
color: #0AEA65;
}
.AnyTagClassName
{
color: #0AEA65;
}
</style>
background-color css
<style>
a { background-color: #0AEA65; }
a { background-color: rgb(10,234,101); }
div.DivClassName
{
background-color: #0AEA65;
}
.BgClassName
{
background-color: #0AEA65;
}
</style>
border-color css
<style>
span { border-color: #0AEA65; }
span { border-color: rgb(10,234,101); }
td.TdClassName
{
border-color: #0AEA65;
}
.TagClassName
{
border-color: #0AEA65;
}
</style>