Shades of Mountain Meadow #1AB174
Tints of Mountain Meadow #1AB174
RGB
CMYK
RGB Variations
Color information
#1AB174 (or 0x1AB174) is known color: Mountain Meadow. HEX triplet: 1A, B1 and 74. RGB value is (26,177,116). Sum of RGB (Red+Green+Blue) = 26+177+116=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB174 is #E54E8B. Grayscale: #7C7C7C. Windows color (decimal): -15027852 or 7647514. OLE color: 7647514.
HSL color Cylindrical-coordinate representation of color #1AB174: hue angle of 155.76º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB174 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 116 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.31 |
| HSL | 155.76º | 0.74% | 0.4% | - |
| HSV(B) | 155.76º | 0.85% | 0.69% | - |
| XYZ | 19.3 | 32.92 | 21.86 | - |
| YUV | 124.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 116 | 0.85 | 0 | 0.34 | 0.31 | 155.76 | 0.74 | 0.4 |
| Hex | 1A | B1 | 74 | 55 | 0 | 22 | 1F | 9C | 4A | 28 |
| Octal | 32 | 261 | 164 | 125 | 0 | 42 | 37 | 234 | 112 | 50 |
| Binary | 11010 | 10110001 | 1110100 | 1010101 | 0 | 100010 | 11111 | 10011100 | 1001010 | 101000 |
Color Harmonies of #1AB174
Complementary color
Monochromatic Colors of #1AB174
Black with #1AB174
Text Example
Text Example
White with #1AB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB174; }
p { color: rgb(26,177,116); }
H1.HeaderClassName
{
color: #1AB174;
}
.AnyTagClassName
{
color: #1AB174;
}
</style>
background-color css
<style>
a { background-color: #1AB174; }
a { background-color: rgb(26,177,116); }
div.DivClassName
{
background-color: #1AB174;
}
.BgClassName
{
background-color: #1AB174;
}
</style>
border-color css
<style>
span { border-color: #1AB174; }
span { border-color: rgb(26,177,116); }
td.TdClassName
{
border-color: #1AB174;
}
.TagClassName
{
border-color: #1AB174;
}
</style>