Shades of Mountain Meadow #0AAA81
Tints of Mountain Meadow #0AAA81
RGB
CMYK
RGB Variations
Color information
#0AAA81 (or 0x0AAA81) is known color: Mountain Meadow. HEX triplet: 0A, AA and 81. RGB value is (10,170,129). Sum of RGB (Red+Green+Blue) = 10+170+129=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA81 is #F5557E. Grayscale: #757575. Windows color (decimal): -16078207 or 8497674. OLE color: 8497674.
HSL color Cylindrical-coordinate representation of color #0AAA81: hue angle of 164.62º 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 #0AAA81 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 129 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.33 |
| HSL | 164.63º | 0.89% | 0.35% | - |
| HSV(B) | 164.63º | 0.94% | 0.67% | - |
| XYZ | 18.46 | 30.4 | 25.66 | - |
| YUV | 117.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 129 | 0.94 | 0 | 0.24 | 0.33 | 164.63 | 0.89 | 0.35 |
| Hex | A | AA | 81 | 5E | 0 | 18 | 21 | A5 | 59 | 23 |
| Octal | 12 | 252 | 201 | 136 | 0 | 30 | 41 | 245 | 131 | 43 |
| Binary | 1010 | 10101010 | 10000001 | 1011110 | 0 | 11000 | 100001 | 10100101 | 1011001 | 100011 |
Color Harmonies of #0AAA81
Complementary color
Monochromatic Colors of #0AAA81
Black with #0AAA81
Text Example
Text Example
White with #0AAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA81; }
p { color: rgb(10,170,129); }
H1.HeaderClassName
{
color: #0AAA81;
}
.AnyTagClassName
{
color: #0AAA81;
}
</style>
background-color css
<style>
a { background-color: #0AAA81; }
a { background-color: rgb(10,170,129); }
div.DivClassName
{
background-color: #0AAA81;
}
.BgClassName
{
background-color: #0AAA81;
}
</style>
border-color css
<style>
span { border-color: #0AAA81; }
span { border-color: rgb(10,170,129); }
td.TdClassName
{
border-color: #0AAA81;
}
.TagClassName
{
border-color: #0AAA81;
}
</style>