Shades of Mountain Meadow #0AB98D
Tints of Mountain Meadow #0AB98D
RGB
CMYK
RGB Variations
Color information
#0AB98D (or 0x0AB98D) is known color: Mountain Meadow. HEX triplet: 0A, B9 and 8D. RGB value is (10,185,141). Sum of RGB (Red+Green+Blue) = 10+185+141=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB98D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB98D is #F54672. Grayscale: #7F7F7F. Windows color (decimal): -16074355 or 9287946. OLE color: 9287946.
HSL color Cylindrical-coordinate representation of color #0AB98D: hue angle of 164.91º 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 #0AB98D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 185 | 141 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.27 |
| HSL | 164.91º | 0.9% | 0.38% | - |
| HSV(B) | 164.91º | 0.95% | 0.73% | - |
| XYZ | 22.28 | 36.69 | 31.11 | - |
| YUV | 127.66 | 135.52 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 185 | 141 | 0.95 | 0 | 0.24 | 0.27 | 164.91 | 0.9 | 0.38 |
| Hex | A | B9 | 8D | 5F | 0 | 18 | 1B | A5 | 5A | 26 |
| Octal | 12 | 271 | 215 | 137 | 0 | 30 | 33 | 245 | 132 | 46 |
| Binary | 1010 | 10111001 | 10001101 | 1011111 | 0 | 11000 | 11011 | 10100101 | 1011010 | 100110 |
Color Harmonies of #0AB98D
Complementary color
Monochromatic Colors of #0AB98D
Black with #0AB98D
Text Example
Text Example
White with #0AB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB98D; }
p { color: rgb(10,185,141); }
H1.HeaderClassName
{
color: #0AB98D;
}
.AnyTagClassName
{
color: #0AB98D;
}
</style>
background-color css
<style>
a { background-color: #0AB98D; }
a { background-color: rgb(10,185,141); }
div.DivClassName
{
background-color: #0AB98D;
}
.BgClassName
{
background-color: #0AB98D;
}
</style>
border-color css
<style>
span { border-color: #0AB98D; }
span { border-color: rgb(10,185,141); }
td.TdClassName
{
border-color: #0AB98D;
}
.TagClassName
{
border-color: #0AB98D;
}
</style>