Shades of Malachite #0AC25E
Tints of Malachite #0AC25E
RGB
CMYK
RGB Variations
Color information
#0AC25E (or 0x0AC25E) is known color: Malachite. HEX triplet: 0A, C2 and 5E. RGB value is (10,194,94). Sum of RGB (Red+Green+Blue) = 10+194+94=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC25E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC25E is #F53DA1. Grayscale: #7F7F7F. Windows color (decimal): -16072098 or 6210058. OLE color: 6210058.
HSL color Cylindrical-coordinate representation of color #0AC25E: hue angle of 147.39º 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 #0AC25E is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 94 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.24 |
| HSL | 147.39º | 0.9% | 0.4% | - |
| HSV(B) | 147.39º | 0.95% | 0.76% | - |
| XYZ | 21.44 | 39.46 | 17.08 | - |
| YUV | 127.58 | 109.04 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 94 | 0.95 | 0 | 0.52 | 0.24 | 147.39 | 0.9 | 0.4 |
| Hex | A | C2 | 5E | 5F | 0 | 34 | 18 | 93 | 5A | 28 |
| Octal | 12 | 302 | 136 | 137 | 0 | 64 | 30 | 223 | 132 | 50 |
| Binary | 1010 | 11000010 | 1011110 | 1011111 | 0 | 110100 | 11000 | 10010011 | 1011010 | 101000 |
Color Harmonies of #0AC25E
Complementary color
Monochromatic Colors of #0AC25E
Black with #0AC25E
Text Example
Text Example
White with #0AC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC25E; }
p { color: rgb(10,194,94); }
H1.HeaderClassName
{
color: #0AC25E;
}
.AnyTagClassName
{
color: #0AC25E;
}
</style>
background-color css
<style>
a { background-color: #0AC25E; }
a { background-color: rgb(10,194,94); }
div.DivClassName
{
background-color: #0AC25E;
}
.BgClassName
{
background-color: #0AC25E;
}
</style>
border-color css
<style>
span { border-color: #0AC25E; }
span { border-color: rgb(10,194,94); }
td.TdClassName
{
border-color: #0AC25E;
}
.TagClassName
{
border-color: #0AC25E;
}
</style>