Shades of Mountain Meadow #1AB37A
Tints of Mountain Meadow #1AB37A
RGB
CMYK
RGB Variations
Color information
#1AB37A (or 0x1AB37A) is known color: Mountain Meadow. HEX triplet: 1A, B3 and 7A. RGB value is (26,179,122). Sum of RGB (Red+Green+Blue) = 26+179+122=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB37A is #E54C85. Grayscale: #7E7E7E. Windows color (decimal): -15027334 or 8041242. OLE color: 8041242.
HSL color Cylindrical-coordinate representation of color #1AB37A: hue angle of 157.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB37A is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 122 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.30 |
| HSL | 157.65º | 0.75% | 0.4% | - |
| HSV(B) | 157.65º | 0.85% | 0.7% | - |
| XYZ | 20.06 | 33.86 | 23.89 | - |
| YUV | 126.76 | 125.31 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 122 | 0.85 | 0 | 0.32 | 0.30 | 157.65 | 0.75 | 0.4 |
| Hex | 1A | B3 | 7A | 55 | 0 | 20 | 1E | 9E | 4B | 28 |
| Octal | 32 | 263 | 172 | 125 | 0 | 40 | 36 | 236 | 113 | 50 |
| Binary | 11010 | 10110011 | 1111010 | 1010101 | 0 | 100000 | 11110 | 10011110 | 1001011 | 101000 |
Color Harmonies of #1AB37A
Complementary color
Monochromatic Colors of #1AB37A
Black with #1AB37A
Text Example
Text Example
White with #1AB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB37A; }
p { color: rgb(26,179,122); }
H1.HeaderClassName
{
color: #1AB37A;
}
.AnyTagClassName
{
color: #1AB37A;
}
</style>
background-color css
<style>
a { background-color: #1AB37A; }
a { background-color: rgb(26,179,122); }
div.DivClassName
{
background-color: #1AB37A;
}
.BgClassName
{
background-color: #1AB37A;
}
</style>
border-color css
<style>
span { border-color: #1AB37A; }
span { border-color: rgb(26,179,122); }
td.TdClassName
{
border-color: #1AB37A;
}
.TagClassName
{
border-color: #1AB37A;
}
</style>