Shades of Mountain Meadow #0AB289
Tints of Mountain Meadow #0AB289
RGB
CMYK
RGB Variations
Color information
#0AB289 (or 0x0AB289) is known color: Mountain Meadow. HEX triplet: 0A, B2 and 89. RGB value is (10,178,137). Sum of RGB (Red+Green+Blue) = 10+178+137=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB289 is #F54D76. Grayscale: #7B7B7B. Windows color (decimal): -16076151 or 9024010. OLE color: 9024010.
HSL color Cylindrical-coordinate representation of color #0AB289: hue angle of 165.36º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB289 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 178 | 137 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.30 |
| HSL | 165.36º | 0.89% | 0.37% | - |
| HSV(B) | 165.36º | 0.94% | 0.7% | - |
| XYZ | 20.56 | 33.71 | 29.09 | - |
| YUV | 123.09 | 135.84 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 137 | 0.94 | 0 | 0.23 | 0.30 | 165.36 | 0.89 | 0.37 |
| Hex | A | B2 | 89 | 5E | 0 | 17 | 1E | A5 | 59 | 25 |
| Octal | 12 | 262 | 211 | 136 | 0 | 27 | 36 | 245 | 131 | 45 |
| Binary | 1010 | 10110010 | 10001001 | 1011110 | 0 | 10111 | 11110 | 10100101 | 1011001 | 100101 |
Color Harmonies of #0AB289
Complementary color
Monochromatic Colors of #0AB289
Black with #0AB289
Text Example
Text Example
White with #0AB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB289; }
p { color: rgb(10,178,137); }
H1.HeaderClassName
{
color: #0AB289;
}
.AnyTagClassName
{
color: #0AB289;
}
</style>
background-color css
<style>
a { background-color: #0AB289; }
a { background-color: rgb(10,178,137); }
div.DivClassName
{
background-color: #0AB289;
}
.BgClassName
{
background-color: #0AB289;
}
</style>
border-color css
<style>
span { border-color: #0AB289; }
span { border-color: rgb(10,178,137); }
td.TdClassName
{
border-color: #0AB289;
}
.TagClassName
{
border-color: #0AB289;
}
</style>