Shades of Mountain Meadow #0AB389
Tints of Mountain Meadow #0AB389
RGB
CMYK
RGB Variations
Color information
#0AB389 (or 0x0AB389) is known color: Mountain Meadow. HEX triplet: 0A, B3 and 89. RGB value is (10,179,137). Sum of RGB (Red+Green+Blue) = 10+179+137=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB389 is #F54C76. Grayscale: #7B7B7B. Windows color (decimal): -16075895 or 9024266. OLE color: 9024266.
HSL color Cylindrical-coordinate representation of color #0AB389: hue angle of 165.09º 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 #0AB389 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 179 | 137 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.30 |
| HSL | 165.09º | 0.89% | 0.37% | - |
| HSV(B) | 165.09º | 0.94% | 0.7% | - |
| XYZ | 20.76 | 34.11 | 29.16 | - |
| YUV | 123.68 | 135.51 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 137 | 0.94 | 0 | 0.23 | 0.30 | 165.09 | 0.89 | 0.37 |
| Hex | A | B3 | 89 | 5E | 0 | 17 | 1E | A5 | 59 | 25 |
| Octal | 12 | 263 | 211 | 136 | 0 | 27 | 36 | 245 | 131 | 45 |
| Binary | 1010 | 10110011 | 10001001 | 1011110 | 0 | 10111 | 11110 | 10100101 | 1011001 | 100101 |
Color Harmonies of #0AB389
Complementary color
Monochromatic Colors of #0AB389
Black with #0AB389
Text Example
Text Example
White with #0AB389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB389; }
p { color: rgb(10,179,137); }
H1.HeaderClassName
{
color: #0AB389;
}
.AnyTagClassName
{
color: #0AB389;
}
</style>
background-color css
<style>
a { background-color: #0AB389; }
a { background-color: rgb(10,179,137); }
div.DivClassName
{
background-color: #0AB389;
}
.BgClassName
{
background-color: #0AB389;
}
</style>
border-color css
<style>
span { border-color: #0AB389; }
span { border-color: rgb(10,179,137); }
td.TdClassName
{
border-color: #0AB389;
}
.TagClassName
{
border-color: #0AB389;
}
</style>