Shades of Malachite #0AC85F
Tints of Malachite #0AC85F
RGB
CMYK
RGB Variations
Color information
#0AC85F (or 0x0AC85F) is known color: Malachite. HEX triplet: 0A, C8 and 5F. RGB value is (10,200,95). Sum of RGB (Red+Green+Blue) = 10+200+95=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC85F is #F537A0. Grayscale: #838383. Windows color (decimal): -16070561 or 6277130. OLE color: 6277130.
HSL color Cylindrical-coordinate representation of color #0AC85F: hue angle of 146.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC85F is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 95 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.22 |
| HSL | 146.84º | 0.9% | 0.41% | - |
| HSV(B) | 146.84º | 0.95% | 0.78% | - |
| XYZ | 22.85 | 42.2 | 17.77 | - |
| YUV | 131.22 | 107.55 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 95 | 0.95 | 0 | 0.52 | 0.22 | 146.84 | 0.9 | 0.41 |
| Hex | A | C8 | 5F | 5F | 0 | 34 | 16 | 93 | 5A | 29 |
| Octal | 12 | 310 | 137 | 137 | 0 | 64 | 26 | 223 | 132 | 51 |
| Binary | 1010 | 11001000 | 1011111 | 1011111 | 0 | 110100 | 10110 | 10010011 | 1011010 | 101001 |
Color Harmonies of #0AC85F
Complementary color
Monochromatic Colors of #0AC85F
Black with #0AC85F
Text Example
Text Example
White with #0AC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC85F; }
p { color: rgb(10,200,95); }
H1.HeaderClassName
{
color: #0AC85F;
}
.AnyTagClassName
{
color: #0AC85F;
}
</style>
background-color css
<style>
a { background-color: #0AC85F; }
a { background-color: rgb(10,200,95); }
div.DivClassName
{
background-color: #0AC85F;
}
.BgClassName
{
background-color: #0AC85F;
}
</style>
border-color css
<style>
span { border-color: #0AC85F; }
span { border-color: rgb(10,200,95); }
td.TdClassName
{
border-color: #0AC85F;
}
.TagClassName
{
border-color: #0AC85F;
}
</style>