Shades of Mountain Meadow #1AB37D
Tints of Mountain Meadow #1AB37D
RGB
CMYK
RGB Variations
Color information
#1AB37D (or 0x1AB37D) is known color: Mountain Meadow. HEX triplet: 1A, B3 and 7D. RGB value is (26,179,125). Sum of RGB (Red+Green+Blue) = 26+179+125=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB37D is #E54C82. Grayscale: #7F7F7F. Windows color (decimal): -15027331 or 8237850. OLE color: 8237850.
HSL color Cylindrical-coordinate representation of color #1AB37D: hue angle of 158.82º 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 #1AB37D is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 125 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.30 |
| HSL | 158.82º | 0.75% | 0.4% | - |
| HSV(B) | 158.82º | 0.85% | 0.7% | - |
| XYZ | 20.25 | 33.94 | 24.89 | - |
| YUV | 127.1 | 126.81 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 125 | 0.85 | 0 | 0.30 | 0.30 | 158.82 | 0.75 | 0.4 |
| Hex | 1A | B3 | 7D | 55 | 0 | 1E | 1E | 9F | 4B | 28 |
| Octal | 32 | 263 | 175 | 125 | 0 | 36 | 36 | 237 | 113 | 50 |
| Binary | 11010 | 10110011 | 1111101 | 1010101 | 0 | 11110 | 11110 | 10011111 | 1001011 | 101000 |
Color Harmonies of #1AB37D
Complementary color
Monochromatic Colors of #1AB37D
Black with #1AB37D
Text Example
Text Example
White with #1AB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB37D; }
p { color: rgb(26,179,125); }
H1.HeaderClassName
{
color: #1AB37D;
}
.AnyTagClassName
{
color: #1AB37D;
}
</style>
background-color css
<style>
a { background-color: #1AB37D; }
a { background-color: rgb(26,179,125); }
div.DivClassName
{
background-color: #1AB37D;
}
.BgClassName
{
background-color: #1AB37D;
}
</style>
border-color css
<style>
span { border-color: #1AB37D; }
span { border-color: rgb(26,179,125); }
td.TdClassName
{
border-color: #1AB37D;
}
.TagClassName
{
border-color: #1AB37D;
}
</style>