Shades of Mountain Meadow #0AAE84
Tints of Mountain Meadow #0AAE84
RGB
CMYK
RGB Variations
Color information
#0AAE84 (or 0x0AAE84) is known color: Mountain Meadow. HEX triplet: 0A, AE and 84. RGB value is (10,174,132). Sum of RGB (Red+Green+Blue) = 10+174+132=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAE84 is #F5517B. Grayscale: #787878. Windows color (decimal): -16077180 or 8695306. OLE color: 8695306.
HSL color Cylindrical-coordinate representation of color #0AAE84: hue angle of 164.63º 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 #0AAE84 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 132 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.32 |
| HSL | 164.63º | 0.89% | 0.36% | - |
| HSV(B) | 164.63º | 0.94% | 0.68% | - |
| XYZ | 19.43 | 32 | 26.98 | - |
| YUV | 120.18 | 134.67 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 132 | 0.94 | 0 | 0.24 | 0.32 | 164.63 | 0.89 | 0.36 |
| Hex | A | AE | 84 | 5E | 0 | 18 | 20 | A5 | 59 | 24 |
| Octal | 12 | 256 | 204 | 136 | 0 | 30 | 40 | 245 | 131 | 44 |
| Binary | 1010 | 10101110 | 10000100 | 1011110 | 0 | 11000 | 100000 | 10100101 | 1011001 | 100100 |
Color Harmonies of #0AAE84
Complementary color
Monochromatic Colors of #0AAE84
Black with #0AAE84
Text Example
Text Example
White with #0AAE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE84; }
p { color: rgb(10,174,132); }
H1.HeaderClassName
{
color: #0AAE84;
}
.AnyTagClassName
{
color: #0AAE84;
}
</style>
background-color css
<style>
a { background-color: #0AAE84; }
a { background-color: rgb(10,174,132); }
div.DivClassName
{
background-color: #0AAE84;
}
.BgClassName
{
background-color: #0AAE84;
}
</style>
border-color css
<style>
span { border-color: #0AAE84; }
span { border-color: rgb(10,174,132); }
td.TdClassName
{
border-color: #0AAE84;
}
.TagClassName
{
border-color: #0AAE84;
}
</style>