Shades of Malachite #0AE84A
Tints of Malachite #0AE84A
RGB
CMYK
RGB Variations
Color information
#0AE84A (or 0x0AE84A) is known color: Malachite. HEX triplet: 0A, E8 and 4A. RGB value is (10,232,74). Sum of RGB (Red+Green+Blue) = 10+232+74=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 232 (91.02% from 255 or 73.42% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE84A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE84A is #F517B5. Grayscale: #949494. Windows color (decimal): -16062390 or 4909066. OLE color: 4909066.
HSL color Cylindrical-coordinate representation of color #0AE84A: hue angle of 137.3º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE84A is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 232 | 74 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.09 |
| HSL | 137.3º | 0.92% | 0.47% | - |
| HSV(B) | 137.3º | 0.96% | 0.91% | - |
| XYZ | 30.22 | 58.27 | 16.13 | - |
| YUV | 147.61 | 86.45 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 232 | 74 | 0.96 | 0 | 0.68 | 0.09 | 137.3 | 0.92 | 0.47 |
| Hex | A | E8 | 4A | 60 | 0 | 44 | 9 | 89 | 5C | 2F |
| Octal | 12 | 350 | 112 | 140 | 0 | 104 | 11 | 211 | 134 | 57 |
| Binary | 1010 | 11101000 | 1001010 | 1100000 | 0 | 1000100 | 1001 | 10001001 | 1011100 | 101111 |
Color Harmonies of #0AE84A
Complementary color
Monochromatic Colors of #0AE84A
Black with #0AE84A
Text Example
Text Example
White with #0AE84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE84A; }
p { color: rgb(10,232,74); }
H1.HeaderClassName
{
color: #0AE84A;
}
.AnyTagClassName
{
color: #0AE84A;
}
</style>
background-color css
<style>
a { background-color: #0AE84A; }
a { background-color: rgb(10,232,74); }
div.DivClassName
{
background-color: #0AE84A;
}
.BgClassName
{
background-color: #0AE84A;
}
</style>
border-color css
<style>
span { border-color: #0AE84A; }
span { border-color: rgb(10,232,74); }
td.TdClassName
{
border-color: #0AE84A;
}
.TagClassName
{
border-color: #0AE84A;
}
</style>