Shades of Malachite #0ACE53
Tints of Malachite #0ACE53
RGB
CMYK
RGB Variations
Color information
#0ACE53 (or 0x0ACE53) is known color: Malachite. HEX triplet: 0A, CE and 53. RGB value is (10,206,83). Sum of RGB (Red+Green+Blue) = 10+206+83=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 206 (80.86% from 255 or 68.90% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE53 is #F531AC. Grayscale: #858585. Windows color (decimal): -16069037 or 5492234. OLE color: 5492234.
HSL color Cylindrical-coordinate representation of color #0ACE53: hue angle of 142.35º 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 #0ACE53 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 83 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.19 |
| HSL | 142.35º | 0.91% | 0.42% | - |
| HSV(B) | 142.35º | 0.95% | 0.81% | - |
| XYZ | 23.76 | 44.83 | 15.58 | - |
| YUV | 133.37 | 99.57 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 83 | 0.95 | 0 | 0.60 | 0.19 | 142.35 | 0.91 | 0.42 |
| Hex | A | CE | 53 | 5F | 0 | 3C | 13 | 8E | 5B | 2A |
| Octal | 12 | 316 | 123 | 137 | 0 | 74 | 23 | 216 | 133 | 52 |
| Binary | 1010 | 11001110 | 1010011 | 1011111 | 0 | 111100 | 10011 | 10001110 | 1011011 | 101010 |
Color Harmonies of #0ACE53
Complementary color
Monochromatic Colors of #0ACE53
Black with #0ACE53
Text Example
Text Example
White with #0ACE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE53; }
p { color: rgb(10,206,83); }
H1.HeaderClassName
{
color: #0ACE53;
}
.AnyTagClassName
{
color: #0ACE53;
}
</style>
background-color css
<style>
a { background-color: #0ACE53; }
a { background-color: rgb(10,206,83); }
div.DivClassName
{
background-color: #0ACE53;
}
.BgClassName
{
background-color: #0ACE53;
}
</style>
border-color css
<style>
span { border-color: #0ACE53; }
span { border-color: rgb(10,206,83); }
td.TdClassName
{
border-color: #0ACE53;
}
.TagClassName
{
border-color: #0ACE53;
}
</style>