Shades of Mountain Meadow #1ABA7E
Tints of Mountain Meadow #1ABA7E
RGB
CMYK
RGB Variations
Color information
#1ABA7E (or 0x1ABA7E) is known color: Mountain Meadow. HEX triplet: 1A, BA and 7E. RGB value is (26,186,126). Sum of RGB (Red+Green+Blue) = 26+186+126=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA7E is #E54581. Grayscale: #838383. Windows color (decimal): -15025538 or 8305178. OLE color: 8305178.
HSL color Cylindrical-coordinate representation of color #1ABA7E: hue angle of 157.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA7E is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 126 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.27 |
| HSL | 157.5º | 0.75% | 0.42% | - |
| HSV(B) | 157.5º | 0.86% | 0.73% | - |
| XYZ | 21.75 | 36.84 | 25.7 | - |
| YUV | 131.32 | 124.99 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 126 | 0.86 | 0 | 0.32 | 0.27 | 157.5 | 0.75 | 0.42 |
| Hex | 1A | BA | 7E | 56 | 0 | 20 | 1B | 9E | 4B | 2A |
| Octal | 32 | 272 | 176 | 126 | 0 | 40 | 33 | 236 | 113 | 52 |
| Binary | 11010 | 10111010 | 1111110 | 1010110 | 0 | 100000 | 11011 | 10011110 | 1001011 | 101010 |
Color Harmonies of #1ABA7E
Complementary color
Monochromatic Colors of #1ABA7E
Black with #1ABA7E
Text Example
Text Example
White with #1ABA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA7E; }
p { color: rgb(26,186,126); }
H1.HeaderClassName
{
color: #1ABA7E;
}
.AnyTagClassName
{
color: #1ABA7E;
}
</style>
background-color css
<style>
a { background-color: #1ABA7E; }
a { background-color: rgb(26,186,126); }
div.DivClassName
{
background-color: #1ABA7E;
}
.BgClassName
{
background-color: #1ABA7E;
}
</style>
border-color css
<style>
span { border-color: #1ABA7E; }
span { border-color: rgb(26,186,126); }
td.TdClassName
{
border-color: #1ABA7E;
}
.TagClassName
{
border-color: #1ABA7E;
}
</style>