Shades of Mountain Meadow #0AB679
Tints of Mountain Meadow #0AB679
RGB
CMYK
RGB Variations
Color information
#0AB679 (or 0x0AB679) is known color: Mountain Meadow. HEX triplet: 0A, B6 and 79. RGB value is (10,182,121). Sum of RGB (Red+Green+Blue) = 10+182+121=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB679 is #F54986. Grayscale: #7B7B7B. Windows color (decimal): -16075143 or 7976458. OLE color: 7976458.
HSL color Cylindrical-coordinate representation of color #0AB679: hue angle of 158.72º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB679 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 121 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.29 |
| HSL | 158.72º | 0.9% | 0.38% | - |
| HSV(B) | 158.72º | 0.95% | 0.71% | - |
| XYZ | 20.3 | 34.9 | 23.76 | - |
| YUV | 123.62 | 126.52 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 121 | 0.95 | 0 | 0.34 | 0.29 | 158.72 | 0.9 | 0.38 |
| Hex | A | B6 | 79 | 5F | 0 | 22 | 1D | 9F | 5A | 26 |
| Octal | 12 | 266 | 171 | 137 | 0 | 42 | 35 | 237 | 132 | 46 |
| Binary | 1010 | 10110110 | 1111001 | 1011111 | 0 | 100010 | 11101 | 10011111 | 1011010 | 100110 |
Color Harmonies of #0AB679
Complementary color
Monochromatic Colors of #0AB679
Black with #0AB679
Text Example
Text Example
White with #0AB679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB679; }
p { color: rgb(10,182,121); }
H1.HeaderClassName
{
color: #0AB679;
}
.AnyTagClassName
{
color: #0AB679;
}
</style>
background-color css
<style>
a { background-color: #0AB679; }
a { background-color: rgb(10,182,121); }
div.DivClassName
{
background-color: #0AB679;
}
.BgClassName
{
background-color: #0AB679;
}
</style>
border-color css
<style>
span { border-color: #0AB679; }
span { border-color: rgb(10,182,121); }
td.TdClassName
{
border-color: #0AB679;
}
.TagClassName
{
border-color: #0AB679;
}
</style>