Shades of Malachite #0AC15F
Tints of Malachite #0AC15F
RGB
CMYK
RGB Variations
Color information
#0AC15F (or 0x0AC15F) is known color: Malachite. HEX triplet: 0A, C1 and 5F. RGB value is (10,193,95). Sum of RGB (Red+Green+Blue) = 10+193+95=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC15F is #F53EA0. Grayscale: #7F7F7F. Windows color (decimal): -16072353 or 6275338. OLE color: 6275338.
HSL color Cylindrical-coordinate representation of color #0AC15F: hue angle of 147.87º 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 #0AC15F is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 95 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.24 |
| HSL | 147.87º | 0.9% | 0.4% | - |
| HSV(B) | 147.87º | 0.95% | 0.76% | - |
| XYZ | 21.26 | 39.03 | 17.24 | - |
| YUV | 127.11 | 109.87 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 95 | 0.95 | 0 | 0.51 | 0.24 | 147.87 | 0.9 | 0.4 |
| Hex | A | C1 | 5F | 5F | 0 | 33 | 18 | 94 | 5A | 28 |
| Octal | 12 | 301 | 137 | 137 | 0 | 63 | 30 | 224 | 132 | 50 |
| Binary | 1010 | 11000001 | 1011111 | 1011111 | 0 | 110011 | 11000 | 10010100 | 1011010 | 101000 |
Color Harmonies of #0AC15F
Complementary color
Monochromatic Colors of #0AC15F
Black with #0AC15F
Text Example
Text Example
White with #0AC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC15F; }
p { color: rgb(10,193,95); }
H1.HeaderClassName
{
color: #0AC15F;
}
.AnyTagClassName
{
color: #0AC15F;
}
</style>
background-color css
<style>
a { background-color: #0AC15F; }
a { background-color: rgb(10,193,95); }
div.DivClassName
{
background-color: #0AC15F;
}
.BgClassName
{
background-color: #0AC15F;
}
</style>
border-color css
<style>
span { border-color: #0AC15F; }
span { border-color: rgb(10,193,95); }
td.TdClassName
{
border-color: #0AC15F;
}
.TagClassName
{
border-color: #0AC15F;
}
</style>