Shades of Malachite #0AC45D
Tints of Malachite #0AC45D
RGB
CMYK
RGB Variations
Color information
#0AC45D (or 0x0AC45D) is known color: Malachite. HEX triplet: 0A, C4 and 5D. RGB value is (10,196,93). Sum of RGB (Red+Green+Blue) = 10+196+93=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 196 (76.95% from 255 or 65.55% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC45D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC45D is #F53BA2. Grayscale: #808080. Windows color (decimal): -16071587 or 6145034. OLE color: 6145034.
HSL color Cylindrical-coordinate representation of color #0AC45D: hue angle of 146.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC45D is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 93 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.23 |
| HSL | 146.77º | 0.9% | 0.4% | - |
| HSV(B) | 146.77º | 0.95% | 0.77% | - |
| XYZ | 21.84 | 40.33 | 16.99 | - |
| YUV | 128.64 | 107.88 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 93 | 0.95 | 0 | 0.53 | 0.23 | 146.77 | 0.9 | 0.4 |
| Hex | A | C4 | 5D | 5F | 0 | 35 | 17 | 93 | 5A | 28 |
| Octal | 12 | 304 | 135 | 137 | 0 | 65 | 27 | 223 | 132 | 50 |
| Binary | 1010 | 11000100 | 1011101 | 1011111 | 0 | 110101 | 10111 | 10010011 | 1011010 | 101000 |
Color Harmonies of #0AC45D
Complementary color
Monochromatic Colors of #0AC45D
Black with #0AC45D
Text Example
Text Example
White with #0AC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC45D; }
p { color: rgb(10,196,93); }
H1.HeaderClassName
{
color: #0AC45D;
}
.AnyTagClassName
{
color: #0AC45D;
}
</style>
background-color css
<style>
a { background-color: #0AC45D; }
a { background-color: rgb(10,196,93); }
div.DivClassName
{
background-color: #0AC45D;
}
.BgClassName
{
background-color: #0AC45D;
}
</style>
border-color css
<style>
span { border-color: #0AC45D; }
span { border-color: rgb(10,196,93); }
td.TdClassName
{
border-color: #0AC45D;
}
.TagClassName
{
border-color: #0AC45D;
}
</style>