Shades of Mountain Meadow #0ABB7A
Tints of Mountain Meadow #0ABB7A
RGB
CMYK
RGB Variations
Color information
#0ABB7A (or 0x0ABB7A) is known color: Mountain Meadow. HEX triplet: 0A, BB and 7A. RGB value is (10,187,122). Sum of RGB (Red+Green+Blue) = 10+187+122=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABB7A is #F54485. Grayscale: #7E7E7E. Windows color (decimal): -16073862 or 8043274. OLE color: 8043274.
HSL color Cylindrical-coordinate representation of color #0ABB7A: hue angle of 157.97º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABB7A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 122 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.27 |
| HSL | 157.97º | 0.9% | 0.39% | - |
| HSV(B) | 157.97º | 0.95% | 0.73% | - |
| XYZ | 21.41 | 37.01 | 24.43 | - |
| YUV | 126.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 122 | 0.95 | 0 | 0.35 | 0.27 | 157.97 | 0.9 | 0.39 |
| Hex | A | BB | 7A | 5F | 0 | 23 | 1B | 9E | 5A | 27 |
| Octal | 12 | 273 | 172 | 137 | 0 | 43 | 33 | 236 | 132 | 47 |
| Binary | 1010 | 10111011 | 1111010 | 1011111 | 0 | 100011 | 11011 | 10011110 | 1011010 | 100111 |
Color Harmonies of #0ABB7A
Complementary color
Monochromatic Colors of #0ABB7A
Black with #0ABB7A
Text Example
Text Example
White with #0ABB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB7A; }
p { color: rgb(10,187,122); }
H1.HeaderClassName
{
color: #0ABB7A;
}
.AnyTagClassName
{
color: #0ABB7A;
}
</style>
background-color css
<style>
a { background-color: #0ABB7A; }
a { background-color: rgb(10,187,122); }
div.DivClassName
{
background-color: #0ABB7A;
}
.BgClassName
{
background-color: #0ABB7A;
}
</style>
border-color css
<style>
span { border-color: #0ABB7A; }
span { border-color: rgb(10,187,122); }
td.TdClassName
{
border-color: #0ABB7A;
}
.TagClassName
{
border-color: #0ABB7A;
}
</style>