Shades of Mountain Meadow #1ABA7A
Tints of Mountain Meadow #1ABA7A
RGB
CMYK
RGB Variations
Color information
#1ABA7A (or 0x1ABA7A) is known color: Mountain Meadow. HEX triplet: 1A, BA and 7A. RGB value is (26,186,122). Sum of RGB (Red+Green+Blue) = 26+186+122=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA7A is #E54585. Grayscale: #828282. Windows color (decimal): -15025542 or 8043034. OLE color: 8043034.
HSL color Cylindrical-coordinate representation of color #1ABA7A: hue angle of 156º 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 #1ABA7A is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 122 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.27 |
| HSL | 156º | 0.75% | 0.42% | - |
| HSV(B) | 156º | 0.86% | 0.73% | - |
| XYZ | 21.5 | 36.74 | 24.37 | - |
| YUV | 130.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 122 | 0.86 | 0 | 0.34 | 0.27 | 156 | 0.75 | 0.42 |
| Hex | 1A | BA | 7A | 56 | 0 | 22 | 1B | 9C | 4B | 2A |
| Octal | 32 | 272 | 172 | 126 | 0 | 42 | 33 | 234 | 113 | 52 |
| Binary | 11010 | 10111010 | 1111010 | 1010110 | 0 | 100010 | 11011 | 10011100 | 1001011 | 101010 |
Color Harmonies of #1ABA7A
Complementary color
Monochromatic Colors of #1ABA7A
Black with #1ABA7A
Text Example
Text Example
White with #1ABA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA7A; }
p { color: rgb(26,186,122); }
H1.HeaderClassName
{
color: #1ABA7A;
}
.AnyTagClassName
{
color: #1ABA7A;
}
</style>
background-color css
<style>
a { background-color: #1ABA7A; }
a { background-color: rgb(26,186,122); }
div.DivClassName
{
background-color: #1ABA7A;
}
.BgClassName
{
background-color: #1ABA7A;
}
</style>
border-color css
<style>
span { border-color: #1ABA7A; }
span { border-color: rgb(26,186,122); }
td.TdClassName
{
border-color: #1ABA7A;
}
.TagClassName
{
border-color: #1ABA7A;
}
</style>