Shades of Mountain Meadow #0AB47C
Tints of Mountain Meadow #0AB47C
RGB
CMYK
RGB Variations
Color information
#0AB47C (or 0x0AB47C) is known color: Mountain Meadow. HEX triplet: 0A, B4 and 7C. RGB value is (10,180,124). Sum of RGB (Red+Green+Blue) = 10+180+124=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB47C is #F54B83. Grayscale: #7A7A7A. Windows color (decimal): -16075652 or 8172554. OLE color: 8172554.
HSL color Cylindrical-coordinate representation of color #0AB47C: hue angle of 160.24º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB47C is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 124 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.29 |
| HSL | 160.24º | 0.89% | 0.37% | - |
| HSV(B) | 160.24º | 0.94% | 0.71% | - |
| XYZ | 20.08 | 34.16 | 24.6 | - |
| YUV | 122.79 | 128.68 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 124 | 0.94 | 0 | 0.31 | 0.29 | 160.24 | 0.89 | 0.37 |
| Hex | A | B4 | 7C | 5E | 0 | 1F | 1D | A0 | 59 | 25 |
| Octal | 12 | 264 | 174 | 136 | 0 | 37 | 35 | 240 | 131 | 45 |
| Binary | 1010 | 10110100 | 1111100 | 1011110 | 0 | 11111 | 11101 | 10100000 | 1011001 | 100101 |
Color Harmonies of #0AB47C
Complementary color
Monochromatic Colors of #0AB47C
Black with #0AB47C
Text Example
Text Example
White with #0AB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB47C; }
p { color: rgb(10,180,124); }
H1.HeaderClassName
{
color: #0AB47C;
}
.AnyTagClassName
{
color: #0AB47C;
}
</style>
background-color css
<style>
a { background-color: #0AB47C; }
a { background-color: rgb(10,180,124); }
div.DivClassName
{
background-color: #0AB47C;
}
.BgClassName
{
background-color: #0AB47C;
}
</style>
border-color css
<style>
span { border-color: #0AB47C; }
span { border-color: rgb(10,180,124); }
td.TdClassName
{
border-color: #0AB47C;
}
.TagClassName
{
border-color: #0AB47C;
}
</style>