Shades of Mountain Meadow #0AB48C
Tints of Mountain Meadow #0AB48C
RGB
CMYK
RGB Variations
Color information
#0AB48C (or 0x0AB48C) is known color: Mountain Meadow. HEX triplet: 0A, B4 and 8C. RGB value is (10,180,140). Sum of RGB (Red+Green+Blue) = 10+180+140=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB48C is #F54B73. Grayscale: #7C7C7C. Windows color (decimal): -16075636 or 9221130. OLE color: 9221130.
HSL color Cylindrical-coordinate representation of color #0AB48C: hue angle of 165.88º 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 #0AB48C is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 140 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.29 |
| HSL | 165.88º | 0.89% | 0.37% | - |
| HSV(B) | 165.88º | 0.94% | 0.71% | - |
| XYZ | 21.18 | 34.6 | 30.37 | - |
| YUV | 124.61 | 136.68 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 140 | 0.94 | 0 | 0.22 | 0.29 | 165.88 | 0.89 | 0.37 |
| Hex | A | B4 | 8C | 5E | 0 | 16 | 1D | A6 | 59 | 25 |
| Octal | 12 | 264 | 214 | 136 | 0 | 26 | 35 | 246 | 131 | 45 |
| Binary | 1010 | 10110100 | 10001100 | 1011110 | 0 | 10110 | 11101 | 10100110 | 1011001 | 100101 |
Color Harmonies of #0AB48C
Complementary color
Monochromatic Colors of #0AB48C
Black with #0AB48C
Text Example
Text Example
White with #0AB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB48C; }
p { color: rgb(10,180,140); }
H1.HeaderClassName
{
color: #0AB48C;
}
.AnyTagClassName
{
color: #0AB48C;
}
</style>
background-color css
<style>
a { background-color: #0AB48C; }
a { background-color: rgb(10,180,140); }
div.DivClassName
{
background-color: #0AB48C;
}
.BgClassName
{
background-color: #0AB48C;
}
</style>
border-color css
<style>
span { border-color: #0AB48C; }
span { border-color: rgb(10,180,140); }
td.TdClassName
{
border-color: #0AB48C;
}
.TagClassName
{
border-color: #0AB48C;
}
</style>