Shades of Malachite #0AE752
Tints of Malachite #0AE752
RGB
CMYK
RGB Variations
Color information
#0AE752 (or 0x0AE752) is known color: Malachite. HEX triplet: 0A, E7 and 52. RGB value is (10,231,82). Sum of RGB (Red+Green+Blue) = 10+231+82=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 231 (90.62% from 255 or 71.52% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE752 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE752 is #F518AD. Grayscale: #949494. Windows color (decimal): -16062638 or 5433098. OLE color: 5433098.
HSL color Cylindrical-coordinate representation of color #0AE752: hue angle of 139.55º 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 #0AE752 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 231 | 82 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.09 |
| HSL | 139.55º | 0.92% | 0.47% | - |
| HSV(B) | 139.55º | 0.96% | 0.91% | - |
| XYZ | 30.22 | 57.83 | 17.55 | - |
| YUV | 147.94 | 90.78 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 231 | 82 | 0.96 | 0 | 0.65 | 0.09 | 139.55 | 0.92 | 0.47 |
| Hex | A | E7 | 52 | 60 | 0 | 41 | 9 | 8C | 5C | 2F |
| Octal | 12 | 347 | 122 | 140 | 0 | 101 | 11 | 214 | 134 | 57 |
| Binary | 1010 | 11100111 | 1010010 | 1100000 | 0 | 1000001 | 1001 | 10001100 | 1011100 | 101111 |
Color Harmonies of #0AE752
Complementary color
Monochromatic Colors of #0AE752
Black with #0AE752
Text Example
Text Example
White with #0AE752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE752; }
p { color: rgb(10,231,82); }
H1.HeaderClassName
{
color: #0AE752;
}
.AnyTagClassName
{
color: #0AE752;
}
</style>
background-color css
<style>
a { background-color: #0AE752; }
a { background-color: rgb(10,231,82); }
div.DivClassName
{
background-color: #0AE752;
}
.BgClassName
{
background-color: #0AE752;
}
</style>
border-color css
<style>
span { border-color: #0AE752; }
span { border-color: rgb(10,231,82); }
td.TdClassName
{
border-color: #0AE752;
}
.TagClassName
{
border-color: #0AE752;
}
</style>