Shades of Malachite #0ACE60
Tints of Malachite #0ACE60
RGB
CMYK
RGB Variations
Color information
#0ACE60 (or 0x0ACE60) is known color: Malachite. HEX triplet: 0A, CE and 60. RGB value is (10,206,96). Sum of RGB (Red+Green+Blue) = 10+206+96=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE60 is #F5319F. Grayscale: #878787. Windows color (decimal): -16069024 or 6344202. OLE color: 6344202.
HSL color Cylindrical-coordinate representation of color #0ACE60: hue angle of 146.33º 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 #0ACE60 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 96 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.19 |
| HSL | 146.33º | 0.91% | 0.42% | - |
| HSV(B) | 146.33º | 0.95% | 0.81% | - |
| XYZ | 24.31 | 45.05 | 18.48 | - |
| YUV | 134.86 | 106.07 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 96 | 0.95 | 0 | 0.53 | 0.19 | 146.33 | 0.91 | 0.42 |
| Hex | A | CE | 60 | 5F | 0 | 35 | 13 | 92 | 5B | 2A |
| Octal | 12 | 316 | 140 | 137 | 0 | 65 | 23 | 222 | 133 | 52 |
| Binary | 1010 | 11001110 | 1100000 | 1011111 | 0 | 110101 | 10011 | 10010010 | 1011011 | 101010 |
Color Harmonies of #0ACE60
Complementary color
Monochromatic Colors of #0ACE60
Black with #0ACE60
Text Example
Text Example
White with #0ACE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE60; }
p { color: rgb(10,206,96); }
H1.HeaderClassName
{
color: #0ACE60;
}
.AnyTagClassName
{
color: #0ACE60;
}
</style>
background-color css
<style>
a { background-color: #0ACE60; }
a { background-color: rgb(10,206,96); }
div.DivClassName
{
background-color: #0ACE60;
}
.BgClassName
{
background-color: #0ACE60;
}
</style>
border-color css
<style>
span { border-color: #0ACE60; }
span { border-color: rgb(10,206,96); }
td.TdClassName
{
border-color: #0ACE60;
}
.TagClassName
{
border-color: #0ACE60;
}
</style>