Shades of Mountain Meadow #0AB379
Tints of Mountain Meadow #0AB379
RGB
CMYK
RGB Variations
Color information
#0AB379 (or 0x0AB379) is known color: Mountain Meadow. HEX triplet: 0A, B3 and 79. RGB value is (10,179,121). Sum of RGB (Red+Green+Blue) = 10+179+121=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB379 is #F54C86. Grayscale: #797979. Windows color (decimal): -16075911 or 7975690. OLE color: 7975690.
HSL color Cylindrical-coordinate representation of color #0AB379: hue angle of 159.41º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB379 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 179 | 121 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.30 |
| HSL | 159.41º | 0.89% | 0.37% | - |
| HSV(B) | 159.41º | 0.94% | 0.7% | - |
| XYZ | 19.7 | 33.69 | 23.55 | - |
| YUV | 121.86 | 127.51 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 121 | 0.94 | 0 | 0.32 | 0.30 | 159.41 | 0.89 | 0.37 |
| Hex | A | B3 | 79 | 5E | 0 | 20 | 1E | 9F | 59 | 25 |
| Octal | 12 | 263 | 171 | 136 | 0 | 40 | 36 | 237 | 131 | 45 |
| Binary | 1010 | 10110011 | 1111001 | 1011110 | 0 | 100000 | 11110 | 10011111 | 1011001 | 100101 |
Color Harmonies of #0AB379
Complementary color
Monochromatic Colors of #0AB379
Black with #0AB379
Text Example
Text Example
White with #0AB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB379; }
p { color: rgb(10,179,121); }
H1.HeaderClassName
{
color: #0AB379;
}
.AnyTagClassName
{
color: #0AB379;
}
</style>
background-color css
<style>
a { background-color: #0AB379; }
a { background-color: rgb(10,179,121); }
div.DivClassName
{
background-color: #0AB379;
}
.BgClassName
{
background-color: #0AB379;
}
</style>
border-color css
<style>
span { border-color: #0AB379; }
span { border-color: rgb(10,179,121); }
td.TdClassName
{
border-color: #0AB379;
}
.TagClassName
{
border-color: #0AB379;
}
</style>