Shades of Malachite #0AE835
Tints of Malachite #0AE835
RGB
CMYK
RGB Variations
Color information
#0AE835 (or 0x0AE835) is known color: Malachite. HEX triplet: 0A, E8 and 35. RGB value is (10,232,53). Sum of RGB (Red+Green+Blue) = 10+232+53=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE835 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE835 is #F517CA. Grayscale: #919191. Windows color (decimal): -16062411 or 3532810. OLE color: 3532810.
HSL color Cylindrical-coordinate representation of color #0AE835: hue angle of 131.62º 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 #0AE835 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 232 | 53 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.09 |
| HSL | 131.62º | 0.92% | 0.47% | - |
| HSV(B) | 131.62º | 0.96% | 0.91% | - |
| XYZ | 29.62 | 58.03 | 13.01 | - |
| YUV | 145.22 | 75.95 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 232 | 53 | 0.96 | 0 | 0.77 | 0.09 | 131.62 | 0.92 | 0.47 |
| Hex | A | E8 | 35 | 60 | 0 | 4D | 9 | 84 | 5C | 2F |
| Octal | 12 | 350 | 65 | 140 | 0 | 115 | 11 | 204 | 134 | 57 |
| Binary | 1010 | 11101000 | 110101 | 1100000 | 0 | 1001101 | 1001 | 10000100 | 1011100 | 101111 |
Color Harmonies of #0AE835
Complementary color
Monochromatic Colors of #0AE835
Black with #0AE835
Text Example
Text Example
White with #0AE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE835; }
p { color: rgb(10,232,53); }
H1.HeaderClassName
{
color: #0AE835;
}
.AnyTagClassName
{
color: #0AE835;
}
</style>
background-color css
<style>
a { background-color: #0AE835; }
a { background-color: rgb(10,232,53); }
div.DivClassName
{
background-color: #0AE835;
}
.BgClassName
{
background-color: #0AE835;
}
</style>
border-color css
<style>
span { border-color: #0AE835; }
span { border-color: rgb(10,232,53); }
td.TdClassName
{
border-color: #0AE835;
}
.TagClassName
{
border-color: #0AE835;
}
</style>