Shades of Mountain Meadow #0AAE85
Tints of Mountain Meadow #0AAE85
RGB
CMYK
RGB Variations
Color information
#0AAE85 (or 0x0AAE85) is known color: Mountain Meadow. HEX triplet: 0A, AE and 85. RGB value is (10,174,133). Sum of RGB (Red+Green+Blue) = 10+174+133=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAE85 is #F5517A. Grayscale: #787878. Windows color (decimal): -16077179 or 8760842. OLE color: 8760842.
HSL color Cylindrical-coordinate representation of color #0AAE85: hue angle of 165º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAE85 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 133 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.32 |
| HSL | 165º | 0.89% | 0.36% | - |
| HSV(B) | 165º | 0.94% | 0.68% | - |
| XYZ | 19.49 | 32.03 | 27.35 | - |
| YUV | 120.29 | 135.17 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 133 | 0.94 | 0 | 0.24 | 0.32 | 165 | 0.89 | 0.36 |
| Hex | A | AE | 85 | 5E | 0 | 18 | 20 | A5 | 59 | 24 |
| Octal | 12 | 256 | 205 | 136 | 0 | 30 | 40 | 245 | 131 | 44 |
| Binary | 1010 | 10101110 | 10000101 | 1011110 | 0 | 11000 | 100000 | 10100101 | 1011001 | 100100 |
Color Harmonies of #0AAE85
Complementary color
Monochromatic Colors of #0AAE85
Black with #0AAE85
Text Example
Text Example
White with #0AAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE85; }
p { color: rgb(10,174,133); }
H1.HeaderClassName
{
color: #0AAE85;
}
.AnyTagClassName
{
color: #0AAE85;
}
</style>
background-color css
<style>
a { background-color: #0AAE85; }
a { background-color: rgb(10,174,133); }
div.DivClassName
{
background-color: #0AAE85;
}
.BgClassName
{
background-color: #0AAE85;
}
</style>
border-color css
<style>
span { border-color: #0AAE85; }
span { border-color: rgb(10,174,133); }
td.TdClassName
{
border-color: #0AAE85;
}
.TagClassName
{
border-color: #0AAE85;
}
</style>