Shades of Malachite #0AC05F
Tints of Malachite #0AC05F
RGB
CMYK
RGB Variations
Color information
#0AC05F (or 0x0AC05F) is known color: Malachite. HEX triplet: 0A, C0 and 5F. RGB value is (10,192,95). Sum of RGB (Red+Green+Blue) = 10+192+95=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC05F is #F53FA0. Grayscale: #7E7E7E. Windows color (decimal): -16072609 or 6275082. OLE color: 6275082.
HSL color Cylindrical-coordinate representation of color #0AC05F: hue angle of 148.02º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC05F is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 95 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.25 |
| HSL | 148.02º | 0.9% | 0.4% | - |
| HSV(B) | 148.02º | 0.95% | 0.75% | - |
| XYZ | 21.04 | 38.59 | 17.17 | - |
| YUV | 126.52 | 110.2 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 95 | 0.95 | 0 | 0.51 | 0.25 | 148.02 | 0.9 | 0.4 |
| Hex | A | C0 | 5F | 5F | 0 | 33 | 19 | 94 | 5A | 28 |
| Octal | 12 | 300 | 137 | 137 | 0 | 63 | 31 | 224 | 132 | 50 |
| Binary | 1010 | 11000000 | 1011111 | 1011111 | 0 | 110011 | 11001 | 10010100 | 1011010 | 101000 |
Color Harmonies of #0AC05F
Complementary color
Monochromatic Colors of #0AC05F
Black with #0AC05F
Text Example
Text Example
White with #0AC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC05F; }
p { color: rgb(10,192,95); }
H1.HeaderClassName
{
color: #0AC05F;
}
.AnyTagClassName
{
color: #0AC05F;
}
</style>
background-color css
<style>
a { background-color: #0AC05F; }
a { background-color: rgb(10,192,95); }
div.DivClassName
{
background-color: #0AC05F;
}
.BgClassName
{
background-color: #0AC05F;
}
</style>
border-color css
<style>
span { border-color: #0AC05F; }
span { border-color: rgb(10,192,95); }
td.TdClassName
{
border-color: #0AC05F;
}
.TagClassName
{
border-color: #0AC05F;
}
</style>