Shades of Malachite #0AC25D
Tints of Malachite #0AC25D
RGB
CMYK
RGB Variations
Color information
#0AC25D (or 0x0AC25D) is known color: Malachite. HEX triplet: 0A, C2 and 5D. RGB value is (10,194,93). Sum of RGB (Red+Green+Blue) = 10+194+93=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC25D is #F53DA2. Grayscale: #7F7F7F. Windows color (decimal): -16072099 or 6144522. OLE color: 6144522.
HSL color Cylindrical-coordinate representation of color #0AC25D: hue angle of 147.07º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC25D is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 93 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.24 |
| HSL | 147.07º | 0.9% | 0.4% | - |
| HSV(B) | 147.07º | 0.95% | 0.76% | - |
| XYZ | 21.39 | 39.44 | 16.84 | - |
| YUV | 127.47 | 108.54 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 93 | 0.95 | 0 | 0.52 | 0.24 | 147.07 | 0.9 | 0.4 |
| Hex | A | C2 | 5D | 5F | 0 | 34 | 18 | 93 | 5A | 28 |
| Octal | 12 | 302 | 135 | 137 | 0 | 64 | 30 | 223 | 132 | 50 |
| Binary | 1010 | 11000010 | 1011101 | 1011111 | 0 | 110100 | 11000 | 10010011 | 1011010 | 101000 |
Color Harmonies of #0AC25D
Complementary color
Monochromatic Colors of #0AC25D
Black with #0AC25D
Text Example
Text Example
White with #0AC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC25D; }
p { color: rgb(10,194,93); }
H1.HeaderClassName
{
color: #0AC25D;
}
.AnyTagClassName
{
color: #0AC25D;
}
</style>
background-color css
<style>
a { background-color: #0AC25D; }
a { background-color: rgb(10,194,93); }
div.DivClassName
{
background-color: #0AC25D;
}
.BgClassName
{
background-color: #0AC25D;
}
</style>
border-color css
<style>
span { border-color: #0AC25D; }
span { border-color: rgb(10,194,93); }
td.TdClassName
{
border-color: #0AC25D;
}
.TagClassName
{
border-color: #0AC25D;
}
</style>