Shades of Mountain Meadow #0AB77F
Tints of Mountain Meadow #0AB77F
RGB
CMYK
RGB Variations
Color information
#0AB77F (or 0x0AB77F) is known color: Mountain Meadow. HEX triplet: 0A, B7 and 7F. RGB value is (10,183,127). Sum of RGB (Red+Green+Blue) = 10+183+127=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB77F is #F54880. Grayscale: #7C7C7C. Windows color (decimal): -16074881 or 8369930. OLE color: 8369930.
HSL color Cylindrical-coordinate representation of color #0AB77F: hue angle of 160.58º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB77F is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 127 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.28 |
| HSL | 160.58º | 0.9% | 0.38% | - |
| HSV(B) | 160.58º | 0.95% | 0.72% | - |
| XYZ | 20.89 | 35.46 | 25.82 | - |
| YUV | 124.89 | 129.19 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 127 | 0.95 | 0 | 0.31 | 0.28 | 160.58 | 0.9 | 0.38 |
| Hex | A | B7 | 7F | 5F | 0 | 1F | 1C | A1 | 5A | 26 |
| Octal | 12 | 267 | 177 | 137 | 0 | 37 | 34 | 241 | 132 | 46 |
| Binary | 1010 | 10110111 | 1111111 | 1011111 | 0 | 11111 | 11100 | 10100001 | 1011010 | 100110 |
Color Harmonies of #0AB77F
Complementary color
Monochromatic Colors of #0AB77F
Black with #0AB77F
Text Example
Text Example
White with #0AB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB77F; }
p { color: rgb(10,183,127); }
H1.HeaderClassName
{
color: #0AB77F;
}
.AnyTagClassName
{
color: #0AB77F;
}
</style>
background-color css
<style>
a { background-color: #0AB77F; }
a { background-color: rgb(10,183,127); }
div.DivClassName
{
background-color: #0AB77F;
}
.BgClassName
{
background-color: #0AB77F;
}
</style>
border-color css
<style>
span { border-color: #0AB77F; }
span { border-color: rgb(10,183,127); }
td.TdClassName
{
border-color: #0AB77F;
}
.TagClassName
{
border-color: #0AB77F;
}
</style>