Shades of Malachite #0AE83B
Tints of Malachite #0AE83B
RGB
CMYK
RGB Variations
Color information
#0AE83B (or 0x0AE83B) is known color: Malachite. HEX triplet: 0A, E8 and 3B. RGB value is (10,232,59). Sum of RGB (Red+Green+Blue) = 10+232+59=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 232 (91.02% from 255 or 77.08% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE83B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE83B is #F517C4. Grayscale: #929292. Windows color (decimal): -16062405 or 3926026. OLE color: 3926026.
HSL color Cylindrical-coordinate representation of color #0AE83B: hue angle of 133.24º 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 #0AE83B is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 232 | 59 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.09 |
| HSL | 133.24º | 0.92% | 0.47% | - |
| HSV(B) | 133.24º | 0.96% | 0.91% | - |
| XYZ | 29.77 | 58.09 | 13.78 | - |
| YUV | 145.9 | 78.95 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 232 | 59 | 0.96 | 0 | 0.75 | 0.09 | 133.24 | 0.92 | 0.47 |
| Hex | A | E8 | 3B | 60 | 0 | 4B | 9 | 85 | 5C | 2F |
| Octal | 12 | 350 | 73 | 140 | 0 | 113 | 11 | 205 | 134 | 57 |
| Binary | 1010 | 11101000 | 111011 | 1100000 | 0 | 1001011 | 1001 | 10000101 | 1011100 | 101111 |
Color Harmonies of #0AE83B
Complementary color
Monochromatic Colors of #0AE83B
Black with #0AE83B
Text Example
Text Example
White with #0AE83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE83B; }
p { color: rgb(10,232,59); }
H1.HeaderClassName
{
color: #0AE83B;
}
.AnyTagClassName
{
color: #0AE83B;
}
</style>
background-color css
<style>
a { background-color: #0AE83B; }
a { background-color: rgb(10,232,59); }
div.DivClassName
{
background-color: #0AE83B;
}
.BgClassName
{
background-color: #0AE83B;
}
</style>
border-color css
<style>
span { border-color: #0AE83B; }
span { border-color: rgb(10,232,59); }
td.TdClassName
{
border-color: #0AE83B;
}
.TagClassName
{
border-color: #0AE83B;
}
</style>