Shades of Malachite #0AE368
Tints of Malachite #0AE368
RGB
CMYK
RGB Variations
Color information
#0AE368 (or 0x0AE368) is known color: Malachite. HEX triplet: 0A, E3 and 68. RGB value is (10,227,104). Sum of RGB (Red+Green+Blue) = 10+227+104=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 227 (89.06% from 255 or 66.57% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE368 is #F51C97. Grayscale: #949494. Windows color (decimal): -16063640 or 6873866. OLE color: 6873866.
HSL color Cylindrical-coordinate representation of color #0AE368: hue angle of 145.99º 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 #0AE368 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 104 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.11 |
| HSL | 145.99º | 0.92% | 0.46% | - |
| HSV(B) | 145.99º | 0.96% | 0.89% | - |
| XYZ | 30.09 | 56 | 22.32 | - |
| YUV | 148.1 | 103.11 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 104 | 0.96 | 0 | 0.54 | 0.11 | 145.99 | 0.92 | 0.46 |
| Hex | A | E3 | 68 | 60 | 0 | 36 | B | 92 | 5C | 2E |
| Octal | 12 | 343 | 150 | 140 | 0 | 66 | 13 | 222 | 134 | 56 |
| Binary | 1010 | 11100011 | 1101000 | 1100000 | 0 | 110110 | 1011 | 10010010 | 1011100 | 101110 |
Color Harmonies of #0AE368
Complementary color
Monochromatic Colors of #0AE368
Black with #0AE368
Text Example
Text Example
White with #0AE368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE368; }
p { color: rgb(10,227,104); }
H1.HeaderClassName
{
color: #0AE368;
}
.AnyTagClassName
{
color: #0AE368;
}
</style>
background-color css
<style>
a { background-color: #0AE368; }
a { background-color: rgb(10,227,104); }
div.DivClassName
{
background-color: #0AE368;
}
.BgClassName
{
background-color: #0AE368;
}
</style>
border-color css
<style>
span { border-color: #0AE368; }
span { border-color: rgb(10,227,104); }
td.TdClassName
{
border-color: #0AE368;
}
.TagClassName
{
border-color: #0AE368;
}
</style>