Shades of Malachite #0AE952
Tints of Malachite #0AE952
RGB
CMYK
RGB Variations
Color information
#0AE952 (or 0x0AE952) is known color: Malachite. HEX triplet: 0A, E9 and 52. RGB value is (10,233,82). Sum of RGB (Red+Green+Blue) = 10+233+82=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 233 (91.41% from 255 or 71.69% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE952 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE952 is #F516AD. Grayscale: #959595. Windows color (decimal): -16062126 or 5433610. OLE color: 5433610.
HSL color Cylindrical-coordinate representation of color #0AE952: hue angle of 139.37º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE952 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 82 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.09 |
| HSL | 139.37º | 0.92% | 0.48% | - |
| HSV(B) | 139.37º | 0.96% | 0.91% | - |
| XYZ | 30.79 | 58.95 | 17.74 | - |
| YUV | 149.11 | 90.12 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 82 | 0.96 | 0 | 0.65 | 0.09 | 139.37 | 0.92 | 0.48 |
| Hex | A | E9 | 52 | 60 | 0 | 41 | 9 | 8B | 5C | 30 |
| Octal | 12 | 351 | 122 | 140 | 0 | 101 | 11 | 213 | 134 | 60 |
| Binary | 1010 | 11101001 | 1010010 | 1100000 | 0 | 1000001 | 1001 | 10001011 | 1011100 | 110000 |
Color Harmonies of #0AE952
Complementary color
Monochromatic Colors of #0AE952
Black with #0AE952
Text Example
Text Example
White with #0AE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE952; }
p { color: rgb(10,233,82); }
H1.HeaderClassName
{
color: #0AE952;
}
.AnyTagClassName
{
color: #0AE952;
}
</style>
background-color css
<style>
a { background-color: #0AE952; }
a { background-color: rgb(10,233,82); }
div.DivClassName
{
background-color: #0AE952;
}
.BgClassName
{
background-color: #0AE952;
}
</style>
border-color css
<style>
span { border-color: #0AE952; }
span { border-color: rgb(10,233,82); }
td.TdClassName
{
border-color: #0AE952;
}
.TagClassName
{
border-color: #0AE952;
}
</style>