Shades of Mountain Meadow #0AC579
Tints of Mountain Meadow #0AC579
RGB
CMYK
RGB Variations
Color information
#0AC579 (or 0x0AC579) is known color: Mountain Meadow. HEX triplet: 0A, C5 and 79. RGB value is (10,197,121). Sum of RGB (Red+Green+Blue) = 10+197+121=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC579 is #F53A86. Grayscale: #848484. Windows color (decimal): -16071303 or 7980298. OLE color: 7980298.
HSL color Cylindrical-coordinate representation of color #0AC579: hue angle of 155.61º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC579 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 121 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.23 |
| HSL | 155.62º | 0.9% | 0.41% | - |
| HSV(B) | 155.62º | 0.95% | 0.77% | - |
| XYZ | 23.54 | 41.38 | 24.84 | - |
| YUV | 132.42 | 121.55 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 121 | 0.95 | 0 | 0.39 | 0.23 | 155.62 | 0.9 | 0.41 |
| Hex | A | C5 | 79 | 5F | 0 | 27 | 17 | 9C | 5A | 29 |
| Octal | 12 | 305 | 171 | 137 | 0 | 47 | 27 | 234 | 132 | 51 |
| Binary | 1010 | 11000101 | 1111001 | 1011111 | 0 | 100111 | 10111 | 10011100 | 1011010 | 101001 |
Color Harmonies of #0AC579
Complementary color
Monochromatic Colors of #0AC579
Black with #0AC579
Text Example
Text Example
White with #0AC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC579; }
p { color: rgb(10,197,121); }
H1.HeaderClassName
{
color: #0AC579;
}
.AnyTagClassName
{
color: #0AC579;
}
</style>
background-color css
<style>
a { background-color: #0AC579; }
a { background-color: rgb(10,197,121); }
div.DivClassName
{
background-color: #0AC579;
}
.BgClassName
{
background-color: #0AC579;
}
</style>
border-color css
<style>
span { border-color: #0AC579; }
span { border-color: rgb(10,197,121); }
td.TdClassName
{
border-color: #0AC579;
}
.TagClassName
{
border-color: #0AC579;
}
</style>