Shades of Mountain Meadow #0AB77D
Tints of Mountain Meadow #0AB77D
RGB
CMYK
RGB Variations
Color information
#0AB77D (or 0x0AB77D) is known color: Mountain Meadow. HEX triplet: 0A, B7 and 7D. RGB value is (10,183,125). Sum of RGB (Red+Green+Blue) = 10+183+125=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB77D is #F54882. Grayscale: #7C7C7C. Windows color (decimal): -16074883 or 8238858. OLE color: 8238858.
HSL color Cylindrical-coordinate representation of color #0AB77D: hue angle of 159.88º 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 #0AB77D is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 125 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.28 |
| HSL | 159.88º | 0.9% | 0.38% | - |
| HSV(B) | 159.88º | 0.95% | 0.72% | - |
| XYZ | 20.76 | 35.41 | 25.14 | - |
| YUV | 124.66 | 128.19 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 125 | 0.95 | 0 | 0.32 | 0.28 | 159.88 | 0.9 | 0.38 |
| Hex | A | B7 | 7D | 5F | 0 | 20 | 1C | A0 | 5A | 26 |
| Octal | 12 | 267 | 175 | 137 | 0 | 40 | 34 | 240 | 132 | 46 |
| Binary | 1010 | 10110111 | 1111101 | 1011111 | 0 | 100000 | 11100 | 10100000 | 1011010 | 100110 |
Color Harmonies of #0AB77D
Complementary color
Monochromatic Colors of #0AB77D
Black with #0AB77D
Text Example
Text Example
White with #0AB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB77D; }
p { color: rgb(10,183,125); }
H1.HeaderClassName
{
color: #0AB77D;
}
.AnyTagClassName
{
color: #0AB77D;
}
</style>
background-color css
<style>
a { background-color: #0AB77D; }
a { background-color: rgb(10,183,125); }
div.DivClassName
{
background-color: #0AB77D;
}
.BgClassName
{
background-color: #0AB77D;
}
</style>
border-color css
<style>
span { border-color: #0AB77D; }
span { border-color: rgb(10,183,125); }
td.TdClassName
{
border-color: #0AB77D;
}
.TagClassName
{
border-color: #0AB77D;
}
</style>