Shades of Malachite #0AC25C
Tints of Malachite #0AC25C
RGB
CMYK
RGB Variations
Color information
#0AC25C (or 0x0AC25C) is known color: Malachite. HEX triplet: 0A, C2 and 5C. RGB value is (10,194,92). Sum of RGB (Red+Green+Blue) = 10+194+92=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC25C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC25C is #F53DA3. Grayscale: #7F7F7F. Windows color (decimal): -16072100 or 6078986. OLE color: 6078986.
HSL color Cylindrical-coordinate representation of color #0AC25C: hue angle of 146.74º 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 #0AC25C is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 92 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.24 |
| HSL | 146.74º | 0.9% | 0.4% | - |
| HSV(B) | 146.74º | 0.95% | 0.76% | - |
| XYZ | 21.35 | 39.42 | 16.61 | - |
| YUV | 127.36 | 108.04 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 92 | 0.95 | 0 | 0.53 | 0.24 | 146.74 | 0.9 | 0.4 |
| Hex | A | C2 | 5C | 5F | 0 | 35 | 18 | 93 | 5A | 28 |
| Octal | 12 | 302 | 134 | 137 | 0 | 65 | 30 | 223 | 132 | 50 |
| Binary | 1010 | 11000010 | 1011100 | 1011111 | 0 | 110101 | 11000 | 10010011 | 1011010 | 101000 |
Color Harmonies of #0AC25C
Complementary color
Monochromatic Colors of #0AC25C
Black with #0AC25C
Text Example
Text Example
White with #0AC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC25C; }
p { color: rgb(10,194,92); }
H1.HeaderClassName
{
color: #0AC25C;
}
.AnyTagClassName
{
color: #0AC25C;
}
</style>
background-color css
<style>
a { background-color: #0AC25C; }
a { background-color: rgb(10,194,92); }
div.DivClassName
{
background-color: #0AC25C;
}
.BgClassName
{
background-color: #0AC25C;
}
</style>
border-color css
<style>
span { border-color: #0AC25C; }
span { border-color: rgb(10,194,92); }
td.TdClassName
{
border-color: #0AC25C;
}
.TagClassName
{
border-color: #0AC25C;
}
</style>