Shades of Malachite #0ACE4A
Tints of Malachite #0ACE4A
RGB
CMYK
RGB Variations
Color information
#0ACE4A (or 0x0ACE4A) is known color: Malachite. HEX triplet: 0A, CE and 4A. RGB value is (10,206,74). Sum of RGB (Red+Green+Blue) = 10+206+74=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE4A is #F531B5. Grayscale: #848484. Windows color (decimal): -16069046 or 4902410. OLE color: 4902410.
HSL color Cylindrical-coordinate representation of color #0ACE4A: hue angle of 139.59º 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 #0ACE4A is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 74 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.19 |
| HSL | 139.59º | 0.91% | 0.42% | - |
| HSV(B) | 139.59º | 0.95% | 0.81% | - |
| XYZ | 23.43 | 44.7 | 13.87 | - |
| YUV | 132.35 | 95.07 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 74 | 0.95 | 0 | 0.64 | 0.19 | 139.59 | 0.91 | 0.42 |
| Hex | A | CE | 4A | 5F | 0 | 40 | 13 | 8C | 5B | 2A |
| Octal | 12 | 316 | 112 | 137 | 0 | 100 | 23 | 214 | 133 | 52 |
| Binary | 1010 | 11001110 | 1001010 | 1011111 | 0 | 1000000 | 10011 | 10001100 | 1011011 | 101010 |
Color Harmonies of #0ACE4A
Complementary color
Monochromatic Colors of #0ACE4A
Black with #0ACE4A
Text Example
Text Example
White with #0ACE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE4A; }
p { color: rgb(10,206,74); }
H1.HeaderClassName
{
color: #0ACE4A;
}
.AnyTagClassName
{
color: #0ACE4A;
}
</style>
background-color css
<style>
a { background-color: #0ACE4A; }
a { background-color: rgb(10,206,74); }
div.DivClassName
{
background-color: #0ACE4A;
}
.BgClassName
{
background-color: #0ACE4A;
}
</style>
border-color css
<style>
span { border-color: #0ACE4A; }
span { border-color: rgb(10,206,74); }
td.TdClassName
{
border-color: #0ACE4A;
}
.TagClassName
{
border-color: #0ACE4A;
}
</style>