Shades of Malachite #0AE249
Tints of Malachite #0AE249
RGB
CMYK
RGB Variations
Color information
#0AE249 (or 0x0AE249) is known color: Malachite. HEX triplet: 0A, E2 and 49. RGB value is (10,226,73). Sum of RGB (Red+Green+Blue) = 10+226+73=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE249 is #F51DB6. Grayscale: #909090. Windows color (decimal): -16063927 or 4841994. OLE color: 4841994.
HSL color Cylindrical-coordinate representation of color #0AE249: hue angle of 137.5º 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 #0AE249 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 226 | 73 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.11 |
| HSL | 137.5º | 0.92% | 0.46% | - |
| HSV(B) | 137.5º | 0.96% | 0.89% | - |
| XYZ | 28.52 | 54.94 | 15.4 | - |
| YUV | 143.97 | 87.94 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 226 | 73 | 0.96 | 0 | 0.68 | 0.11 | 137.5 | 0.92 | 0.46 |
| Hex | A | E2 | 49 | 60 | 0 | 44 | B | 8A | 5C | 2E |
| Octal | 12 | 342 | 111 | 140 | 0 | 104 | 13 | 212 | 134 | 56 |
| Binary | 1010 | 11100010 | 1001001 | 1100000 | 0 | 1000100 | 1011 | 10001010 | 1011100 | 101110 |
Color Harmonies of #0AE249
Complementary color
Monochromatic Colors of #0AE249
Black with #0AE249
Text Example
Text Example
White with #0AE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE249; }
p { color: rgb(10,226,73); }
H1.HeaderClassName
{
color: #0AE249;
}
.AnyTagClassName
{
color: #0AE249;
}
</style>
background-color css
<style>
a { background-color: #0AE249; }
a { background-color: rgb(10,226,73); }
div.DivClassName
{
background-color: #0AE249;
}
.BgClassName
{
background-color: #0AE249;
}
</style>
border-color css
<style>
span { border-color: #0AE249; }
span { border-color: rgb(10,226,73); }
td.TdClassName
{
border-color: #0AE249;
}
.TagClassName
{
border-color: #0AE249;
}
</style>