Shades of Mountain Meadow #0AAA84
Tints of Mountain Meadow #0AAA84
RGB
CMYK
RGB Variations
Color information
#0AAA84 (or 0x0AAA84) is known color: Mountain Meadow. HEX triplet: 0A, AA and 84. RGB value is (10,170,132). Sum of RGB (Red+Green+Blue) = 10+170+132=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA84 is #F5557B. Grayscale: #757575. Windows color (decimal): -16078204 or 8694282. OLE color: 8694282.
HSL color Cylindrical-coordinate representation of color #0AAA84: hue angle of 165.75º 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 #0AAA84 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 132 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.33 |
| HSL | 165.75º | 0.89% | 0.35% | - |
| HSV(B) | 165.75º | 0.94% | 0.67% | - |
| XYZ | 18.66 | 30.48 | 26.73 | - |
| YUV | 117.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 132 | 0.94 | 0 | 0.22 | 0.33 | 165.75 | 0.89 | 0.35 |
| Hex | A | AA | 84 | 5E | 0 | 16 | 21 | A6 | 59 | 23 |
| Octal | 12 | 252 | 204 | 136 | 0 | 26 | 41 | 246 | 131 | 43 |
| Binary | 1010 | 10101010 | 10000100 | 1011110 | 0 | 10110 | 100001 | 10100110 | 1011001 | 100011 |
Color Harmonies of #0AAA84
Complementary color
Monochromatic Colors of #0AAA84
Black with #0AAA84
Text Example
Text Example
White with #0AAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA84; }
p { color: rgb(10,170,132); }
H1.HeaderClassName
{
color: #0AAA84;
}
.AnyTagClassName
{
color: #0AAA84;
}
</style>
background-color css
<style>
a { background-color: #0AAA84; }
a { background-color: rgb(10,170,132); }
div.DivClassName
{
background-color: #0AAA84;
}
.BgClassName
{
background-color: #0AAA84;
}
</style>
border-color css
<style>
span { border-color: #0AAA84; }
span { border-color: rgb(10,170,132); }
td.TdClassName
{
border-color: #0AAA84;
}
.TagClassName
{
border-color: #0AAA84;
}
</style>