Shades of Malachite #0ACE52
Tints of Malachite #0ACE52
RGB
CMYK
RGB Variations
Color information
#0ACE52 (or 0x0ACE52) is known color: Malachite. HEX triplet: 0A, CE and 52. RGB value is (10,206,82). Sum of RGB (Red+Green+Blue) = 10+206+82=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 206 (80.86% from 255 or 69.13% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE52 is #F531AD. Grayscale: #858585. Windows color (decimal): -16069038 or 5426698. OLE color: 5426698.
HSL color Cylindrical-coordinate representation of color #0ACE52: hue angle of 142.04º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE52 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 82 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.19 |
| HSL | 142.04º | 0.91% | 0.42% | - |
| HSV(B) | 142.04º | 0.95% | 0.81% | - |
| XYZ | 23.72 | 44.82 | 15.38 | - |
| YUV | 133.26 | 99.07 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 82 | 0.95 | 0 | 0.60 | 0.19 | 142.04 | 0.91 | 0.42 |
| Hex | A | CE | 52 | 5F | 0 | 3C | 13 | 8E | 5B | 2A |
| Octal | 12 | 316 | 122 | 137 | 0 | 74 | 23 | 216 | 133 | 52 |
| Binary | 1010 | 11001110 | 1010010 | 1011111 | 0 | 111100 | 10011 | 10001110 | 1011011 | 101010 |
Color Harmonies of #0ACE52
Complementary color
Monochromatic Colors of #0ACE52
Black with #0ACE52
Text Example
Text Example
White with #0ACE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE52; }
p { color: rgb(10,206,82); }
H1.HeaderClassName
{
color: #0ACE52;
}
.AnyTagClassName
{
color: #0ACE52;
}
</style>
background-color css
<style>
a { background-color: #0ACE52; }
a { background-color: rgb(10,206,82); }
div.DivClassName
{
background-color: #0ACE52;
}
.BgClassName
{
background-color: #0ACE52;
}
</style>
border-color css
<style>
span { border-color: #0ACE52; }
span { border-color: rgb(10,206,82); }
td.TdClassName
{
border-color: #0ACE52;
}
.TagClassName
{
border-color: #0ACE52;
}
</style>