Shades of Malachite #0AE34D
Tints of Malachite #0AE34D
RGB
CMYK
RGB Variations
Color information
#0AE34D (or 0x0AE34D) is known color: Malachite. HEX triplet: 0A, E3 and 4D. RGB value is (10,227,77). Sum of RGB (Red+Green+Blue) = 10+227+77=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 227 (89.06% from 255 or 72.29% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE34D is #F51CB2. Grayscale: #919191. Windows color (decimal): -16063667 or 5104394. OLE color: 5104394.
HSL color Cylindrical-coordinate representation of color #0AE34D: hue angle of 138.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE34D is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 77 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.11 |
| HSL | 138.53º | 0.92% | 0.46% | - |
| HSV(B) | 138.53º | 0.96% | 0.89% | - |
| XYZ | 28.93 | 55.54 | 16.22 | - |
| YUV | 145.02 | 89.61 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 77 | 0.96 | 0 | 0.66 | 0.11 | 138.53 | 0.92 | 0.46 |
| Hex | A | E3 | 4D | 60 | 0 | 42 | B | 8B | 5C | 2E |
| Octal | 12 | 343 | 115 | 140 | 0 | 102 | 13 | 213 | 134 | 56 |
| Binary | 1010 | 11100011 | 1001101 | 1100000 | 0 | 1000010 | 1011 | 10001011 | 1011100 | 101110 |
Color Harmonies of #0AE34D
Complementary color
Monochromatic Colors of #0AE34D
Black with #0AE34D
Text Example
Text Example
White with #0AE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE34D; }
p { color: rgb(10,227,77); }
H1.HeaderClassName
{
color: #0AE34D;
}
.AnyTagClassName
{
color: #0AE34D;
}
</style>
background-color css
<style>
a { background-color: #0AE34D; }
a { background-color: rgb(10,227,77); }
div.DivClassName
{
background-color: #0AE34D;
}
.BgClassName
{
background-color: #0AE34D;
}
</style>
border-color css
<style>
span { border-color: #0AE34D; }
span { border-color: rgb(10,227,77); }
td.TdClassName
{
border-color: #0AE34D;
}
.TagClassName
{
border-color: #0AE34D;
}
</style>