Shades of Mountain Meadow #0AB784
Tints of Mountain Meadow #0AB784
RGB
CMYK
RGB Variations
Color information
#0AB784 (or 0x0AB784) is known color: Mountain Meadow. HEX triplet: 0A, B7 and 84. RGB value is (10,183,132). Sum of RGB (Red+Green+Blue) = 10+183+132=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB784 is #F5487B. Grayscale: #7D7D7D. Windows color (decimal): -16074876 or 8697610. OLE color: 8697610.
HSL color Cylindrical-coordinate representation of color #0AB784: hue angle of 162.31º 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 #0AB784 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 183 | 132 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.28 |
| HSL | 162.31º | 0.9% | 0.38% | - |
| HSV(B) | 162.31º | 0.95% | 0.72% | - |
| XYZ | 21.22 | 35.6 | 27.58 | - |
| YUV | 125.46 | 131.69 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 132 | 0.95 | 0 | 0.28 | 0.28 | 162.31 | 0.9 | 0.38 |
| Hex | A | B7 | 84 | 5F | 0 | 1C | 1C | A2 | 5A | 26 |
| Octal | 12 | 267 | 204 | 137 | 0 | 34 | 34 | 242 | 132 | 46 |
| Binary | 1010 | 10110111 | 10000100 | 1011111 | 0 | 11100 | 11100 | 10100010 | 1011010 | 100110 |
Color Harmonies of #0AB784
Complementary color
Monochromatic Colors of #0AB784
Black with #0AB784
Text Example
Text Example
White with #0AB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB784; }
p { color: rgb(10,183,132); }
H1.HeaderClassName
{
color: #0AB784;
}
.AnyTagClassName
{
color: #0AB784;
}
</style>
background-color css
<style>
a { background-color: #0AB784; }
a { background-color: rgb(10,183,132); }
div.DivClassName
{
background-color: #0AB784;
}
.BgClassName
{
background-color: #0AB784;
}
</style>
border-color css
<style>
span { border-color: #0AB784; }
span { border-color: rgb(10,183,132); }
td.TdClassName
{
border-color: #0AB784;
}
.TagClassName
{
border-color: #0AB784;
}
</style>