Shades of Malachite #0ACE5A
Tints of Malachite #0ACE5A
RGB
CMYK
RGB Variations
Color information
#0ACE5A (or 0x0ACE5A) is known color: Malachite. HEX triplet: 0A, CE and 5A. RGB value is (10,206,90). Sum of RGB (Red+Green+Blue) = 10+206+90=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 206 (80.86% from 255 or 67.32% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACE5A is #F531A5. Grayscale: #868686. Windows color (decimal): -16069030 or 5950986. OLE color: 5950986.
HSL color Cylindrical-coordinate representation of color #0ACE5A: hue angle of 144.49º 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 #0ACE5A is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 90 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.19 |
| HSL | 144.49º | 0.91% | 0.42% | - |
| HSV(B) | 144.49º | 0.95% | 0.81% | - |
| XYZ | 24.04 | 44.95 | 17.08 | - |
| YUV | 134.17 | 103.07 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 90 | 0.95 | 0 | 0.56 | 0.19 | 144.49 | 0.91 | 0.42 |
| Hex | A | CE | 5A | 5F | 0 | 38 | 13 | 90 | 5B | 2A |
| Octal | 12 | 316 | 132 | 137 | 0 | 70 | 23 | 220 | 133 | 52 |
| Binary | 1010 | 11001110 | 1011010 | 1011111 | 0 | 111000 | 10011 | 10010000 | 1011011 | 101010 |
Color Harmonies of #0ACE5A
Complementary color
Monochromatic Colors of #0ACE5A
Black with #0ACE5A
Text Example
Text Example
White with #0ACE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE5A; }
p { color: rgb(10,206,90); }
H1.HeaderClassName
{
color: #0ACE5A;
}
.AnyTagClassName
{
color: #0ACE5A;
}
</style>
background-color css
<style>
a { background-color: #0ACE5A; }
a { background-color: rgb(10,206,90); }
div.DivClassName
{
background-color: #0ACE5A;
}
.BgClassName
{
background-color: #0ACE5A;
}
</style>
border-color css
<style>
span { border-color: #0ACE5A; }
span { border-color: rgb(10,206,90); }
td.TdClassName
{
border-color: #0ACE5A;
}
.TagClassName
{
border-color: #0ACE5A;
}
</style>