Shades of Mountain Meadow #0AB37E
Tints of Mountain Meadow #0AB37E
RGB
CMYK
RGB Variations
Color information
#0AB37E (or 0x0AB37E) is known color: Mountain Meadow. HEX triplet: 0A, B3 and 7E. RGB value is (10,179,126). Sum of RGB (Red+Green+Blue) = 10+179+126=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB37E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB37E is #F54C81. Grayscale: #7A7A7A. Windows color (decimal): -16075906 or 8303370. OLE color: 8303370.
HSL color Cylindrical-coordinate representation of color #0AB37E: hue angle of 161.18º 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 #0AB37E is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 179 | 126 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.30 |
| HSL | 161.18º | 0.89% | 0.37% | - |
| HSV(B) | 161.18º | 0.94% | 0.7% | - |
| XYZ | 20.01 | 33.81 | 25.21 | - |
| YUV | 122.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 126 | 0.94 | 0 | 0.30 | 0.30 | 161.18 | 0.89 | 0.37 |
| Hex | A | B3 | 7E | 5E | 0 | 1E | 1E | A1 | 59 | 25 |
| Octal | 12 | 263 | 176 | 136 | 0 | 36 | 36 | 241 | 131 | 45 |
| Binary | 1010 | 10110011 | 1111110 | 1011110 | 0 | 11110 | 11110 | 10100001 | 1011001 | 100101 |
Color Harmonies of #0AB37E
Complementary color
Monochromatic Colors of #0AB37E
Black with #0AB37E
Text Example
Text Example
White with #0AB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB37E; }
p { color: rgb(10,179,126); }
H1.HeaderClassName
{
color: #0AB37E;
}
.AnyTagClassName
{
color: #0AB37E;
}
</style>
background-color css
<style>
a { background-color: #0AB37E; }
a { background-color: rgb(10,179,126); }
div.DivClassName
{
background-color: #0AB37E;
}
.BgClassName
{
background-color: #0AB37E;
}
</style>
border-color css
<style>
span { border-color: #0AB37E; }
span { border-color: rgb(10,179,126); }
td.TdClassName
{
border-color: #0AB37E;
}
.TagClassName
{
border-color: #0AB37E;
}
</style>