Shades of Mountain Meadow #0AB87C
Tints of Mountain Meadow #0AB87C
RGB
CMYK
RGB Variations
Color information
#0AB87C (or 0x0AB87C) is known color: Mountain Meadow. HEX triplet: 0A, B8 and 7C. RGB value is (10,184,124). Sum of RGB (Red+Green+Blue) = 10+184+124=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB87C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB87C is #F54783. Grayscale: #7D7D7D. Windows color (decimal): -16074628 or 8173578. OLE color: 8173578.
HSL color Cylindrical-coordinate representation of color #0AB87C: hue angle of 159.31º 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 #0AB87C is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 124 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.28 |
| HSL | 159.31º | 0.9% | 0.38% | - |
| HSV(B) | 159.31º | 0.95% | 0.72% | - |
| XYZ | 20.9 | 35.8 | 24.88 | - |
| YUV | 125.13 | 127.35 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 124 | 0.95 | 0 | 0.33 | 0.28 | 159.31 | 0.9 | 0.38 |
| Hex | A | B8 | 7C | 5F | 0 | 21 | 1C | 9F | 5A | 26 |
| Octal | 12 | 270 | 174 | 137 | 0 | 41 | 34 | 237 | 132 | 46 |
| Binary | 1010 | 10111000 | 1111100 | 1011111 | 0 | 100001 | 11100 | 10011111 | 1011010 | 100110 |
Color Harmonies of #0AB87C
Complementary color
Monochromatic Colors of #0AB87C
Black with #0AB87C
Text Example
Text Example
White with #0AB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB87C; }
p { color: rgb(10,184,124); }
H1.HeaderClassName
{
color: #0AB87C;
}
.AnyTagClassName
{
color: #0AB87C;
}
</style>
background-color css
<style>
a { background-color: #0AB87C; }
a { background-color: rgb(10,184,124); }
div.DivClassName
{
background-color: #0AB87C;
}
.BgClassName
{
background-color: #0AB87C;
}
</style>
border-color css
<style>
span { border-color: #0AB87C; }
span { border-color: rgb(10,184,124); }
td.TdClassName
{
border-color: #0AB87C;
}
.TagClassName
{
border-color: #0AB87C;
}
</style>