Shades of Mountain Meadow #1ABA7D
Tints of Mountain Meadow #1ABA7D
RGB
CMYK
RGB Variations
Color information
#1ABA7D (or 0x1ABA7D) is known color: Mountain Meadow. HEX triplet: 1A, BA and 7D. RGB value is (26,186,125). Sum of RGB (Red+Green+Blue) = 26+186+125=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA7D is #E54582. Grayscale: #838383. Windows color (decimal): -15025539 or 8239642. OLE color: 8239642.
HSL color Cylindrical-coordinate representation of color #1ABA7D: hue angle of 157.12º 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 #1ABA7D is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 125 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.27 |
| HSL | 157.13º | 0.75% | 0.42% | - |
| HSV(B) | 157.13º | 0.86% | 0.73% | - |
| XYZ | 21.69 | 36.82 | 25.37 | - |
| YUV | 131.21 | 124.49 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 125 | 0.86 | 0 | 0.33 | 0.27 | 157.13 | 0.75 | 0.42 |
| Hex | 1A | BA | 7D | 56 | 0 | 21 | 1B | 9D | 4B | 2A |
| Octal | 32 | 272 | 175 | 126 | 0 | 41 | 33 | 235 | 113 | 52 |
| Binary | 11010 | 10111010 | 1111101 | 1010110 | 0 | 100001 | 11011 | 10011101 | 1001011 | 101010 |
Color Harmonies of #1ABA7D
Complementary color
Monochromatic Colors of #1ABA7D
Black with #1ABA7D
Text Example
Text Example
White with #1ABA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA7D; }
p { color: rgb(26,186,125); }
H1.HeaderClassName
{
color: #1ABA7D;
}
.AnyTagClassName
{
color: #1ABA7D;
}
</style>
background-color css
<style>
a { background-color: #1ABA7D; }
a { background-color: rgb(26,186,125); }
div.DivClassName
{
background-color: #1ABA7D;
}
.BgClassName
{
background-color: #1ABA7D;
}
</style>
border-color css
<style>
span { border-color: #1ABA7D; }
span { border-color: rgb(26,186,125); }
td.TdClassName
{
border-color: #1ABA7D;
}
.TagClassName
{
border-color: #1ABA7D;
}
</style>