Shades of Mountain Meadow #0AB98B
Tints of Mountain Meadow #0AB98B
RGB
CMYK
RGB Variations
Color information
#0AB98B (or 0x0AB98B) is known color: Mountain Meadow. HEX triplet: 0A, B9 and 8B. RGB value is (10,185,139). Sum of RGB (Red+Green+Blue) = 10+185+139=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB98B is #F54674. Grayscale: #7F7F7F. Windows color (decimal): -16074357 or 9156874. OLE color: 9156874.
HSL color Cylindrical-coordinate representation of color #0AB98B: hue angle of 164.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB98B is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 185 | 139 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.27 |
| HSL | 164.23º | 0.9% | 0.38% | - |
| HSV(B) | 164.23º | 0.95% | 0.73% | - |
| XYZ | 22.13 | 36.63 | 30.33 | - |
| YUV | 127.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 185 | 139 | 0.95 | 0 | 0.25 | 0.27 | 164.23 | 0.9 | 0.38 |
| Hex | A | B9 | 8B | 5F | 0 | 19 | 1B | A4 | 5A | 26 |
| Octal | 12 | 271 | 213 | 137 | 0 | 31 | 33 | 244 | 132 | 46 |
| Binary | 1010 | 10111001 | 10001011 | 1011111 | 0 | 11001 | 11011 | 10100100 | 1011010 | 100110 |
Color Harmonies of #0AB98B
Complementary color
Monochromatic Colors of #0AB98B
Black with #0AB98B
Text Example
Text Example
White with #0AB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB98B; }
p { color: rgb(10,185,139); }
H1.HeaderClassName
{
color: #0AB98B;
}
.AnyTagClassName
{
color: #0AB98B;
}
</style>
background-color css
<style>
a { background-color: #0AB98B; }
a { background-color: rgb(10,185,139); }
div.DivClassName
{
background-color: #0AB98B;
}
.BgClassName
{
background-color: #0AB98B;
}
</style>
border-color css
<style>
span { border-color: #0AB98B; }
span { border-color: rgb(10,185,139); }
td.TdClassName
{
border-color: #0AB98B;
}
.TagClassName
{
border-color: #0AB98B;
}
</style>