Shades of Mountain Meadow #0AB887
Tints of Mountain Meadow #0AB887
RGB
CMYK
RGB Variations
Color information
#0AB887 (or 0x0AB887) is known color: Mountain Meadow. HEX triplet: 0A, B8 and 87. RGB value is (10,184,135). Sum of RGB (Red+Green+Blue) = 10+184+135=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB887 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB887 is #F54778. Grayscale: #7E7E7E. Windows color (decimal): -16074617 or 8894474. OLE color: 8894474.
HSL color Cylindrical-coordinate representation of color #0AB887: hue angle of 163.1º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB887 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 135 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.28 |
| HSL | 163.1º | 0.9% | 0.38% | - |
| HSV(B) | 163.1º | 0.95% | 0.72% | - |
| XYZ | 21.64 | 36.09 | 28.75 | - |
| YUV | 126.39 | 132.85 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 135 | 0.95 | 0 | 0.27 | 0.28 | 163.1 | 0.9 | 0.38 |
| Hex | A | B8 | 87 | 5F | 0 | 1B | 1C | A3 | 5A | 26 |
| Octal | 12 | 270 | 207 | 137 | 0 | 33 | 34 | 243 | 132 | 46 |
| Binary | 1010 | 10111000 | 10000111 | 1011111 | 0 | 11011 | 11100 | 10100011 | 1011010 | 100110 |
Color Harmonies of #0AB887
Complementary color
Monochromatic Colors of #0AB887
Black with #0AB887
Text Example
Text Example
White with #0AB887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB887; }
p { color: rgb(10,184,135); }
H1.HeaderClassName
{
color: #0AB887;
}
.AnyTagClassName
{
color: #0AB887;
}
</style>
background-color css
<style>
a { background-color: #0AB887; }
a { background-color: rgb(10,184,135); }
div.DivClassName
{
background-color: #0AB887;
}
.BgClassName
{
background-color: #0AB887;
}
</style>
border-color css
<style>
span { border-color: #0AB887; }
span { border-color: rgb(10,184,135); }
td.TdClassName
{
border-color: #0AB887;
}
.TagClassName
{
border-color: #0AB887;
}
</style>