Shades of Mountain Meadow #0AAA82
Tints of Mountain Meadow #0AAA82
RGB
CMYK
RGB Variations
Color information
#0AAA82 (or 0x0AAA82) is known color: Mountain Meadow. HEX triplet: 0A, AA and 82. RGB value is (10,170,130). Sum of RGB (Red+Green+Blue) = 10+170+130=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA82 is #F5557D. Grayscale: #757575. Windows color (decimal): -16078206 or 8563210. OLE color: 8563210.
HSL color Cylindrical-coordinate representation of color #0AAA82: hue angle of 165º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA82 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 130 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.33 |
| HSL | 165º | 0.89% | 0.35% | - |
| HSV(B) | 165º | 0.94% | 0.67% | - |
| XYZ | 18.53 | 30.43 | 26.02 | - |
| YUV | 117.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 130 | 0.94 | 0 | 0.24 | 0.33 | 165 | 0.89 | 0.35 |
| Hex | A | AA | 82 | 5E | 0 | 18 | 21 | A5 | 59 | 23 |
| Octal | 12 | 252 | 202 | 136 | 0 | 30 | 41 | 245 | 131 | 43 |
| Binary | 1010 | 10101010 | 10000010 | 1011110 | 0 | 11000 | 100001 | 10100101 | 1011001 | 100011 |
Color Harmonies of #0AAA82
Complementary color
Monochromatic Colors of #0AAA82
Black with #0AAA82
Text Example
Text Example
White with #0AAA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA82; }
p { color: rgb(10,170,130); }
H1.HeaderClassName
{
color: #0AAA82;
}
.AnyTagClassName
{
color: #0AAA82;
}
</style>
background-color css
<style>
a { background-color: #0AAA82; }
a { background-color: rgb(10,170,130); }
div.DivClassName
{
background-color: #0AAA82;
}
.BgClassName
{
background-color: #0AAA82;
}
</style>
border-color css
<style>
span { border-color: #0AAA82; }
span { border-color: rgb(10,170,130); }
td.TdClassName
{
border-color: #0AAA82;
}
.TagClassName
{
border-color: #0AAA82;
}
</style>