Shades of Mountain Meadow #0AB78E
Tints of Mountain Meadow #0AB78E
RGB
CMYK
RGB Variations
Color information
#0AB78E (or 0x0AB78E) is known color: Mountain Meadow. HEX triplet: 0A, B7 and 8E. RGB value is (10,183,142). Sum of RGB (Red+Green+Blue) = 10+183+142=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB78E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB78E is #F54871. Grayscale: #7E7E7E. Windows color (decimal): -16074866 or 9352970. OLE color: 9352970.
HSL color Cylindrical-coordinate representation of color #0AB78E: hue angle of 165.78º 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 #0AB78E is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 142 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.28 |
| HSL | 165.78º | 0.9% | 0.38% | - |
| HSV(B) | 165.78º | 0.95% | 0.72% | - |
| XYZ | 21.94 | 35.88 | 31.36 | - |
| YUV | 126.6 | 136.69 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 142 | 0.95 | 0 | 0.22 | 0.28 | 165.78 | 0.9 | 0.38 |
| Hex | A | B7 | 8E | 5F | 0 | 16 | 1C | A6 | 5A | 26 |
| Octal | 12 | 267 | 216 | 137 | 0 | 26 | 34 | 246 | 132 | 46 |
| Binary | 1010 | 10110111 | 10001110 | 1011111 | 0 | 10110 | 11100 | 10100110 | 1011010 | 100110 |
Color Harmonies of #0AB78E
Complementary color
Monochromatic Colors of #0AB78E
Black with #0AB78E
Text Example
Text Example
White with #0AB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB78E; }
p { color: rgb(10,183,142); }
H1.HeaderClassName
{
color: #0AB78E;
}
.AnyTagClassName
{
color: #0AB78E;
}
</style>
background-color css
<style>
a { background-color: #0AB78E; }
a { background-color: rgb(10,183,142); }
div.DivClassName
{
background-color: #0AB78E;
}
.BgClassName
{
background-color: #0AB78E;
}
</style>
border-color css
<style>
span { border-color: #0AB78E; }
span { border-color: rgb(10,183,142); }
td.TdClassName
{
border-color: #0AB78E;
}
.TagClassName
{
border-color: #0AB78E;
}
</style>