Shades of Mountain Meadow #1AB089
Tints of Mountain Meadow #1AB089
RGB
CMYK
RGB Variations
Color information
#1AB089 (or 0x1AB089) is known color: Mountain Meadow. HEX triplet: 1A, B0 and 89. RGB value is (26,176,137). Sum of RGB (Red+Green+Blue) = 26+176+137=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB089 is #E54F76. Grayscale: #7E7E7E. Windows color (decimal): -15028087 or 9023514. OLE color: 9023514.
HSL color Cylindrical-coordinate representation of color #1AB089: hue angle of 164.4º 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 #1AB089 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 137 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.31 |
| HSL | 164.4º | 0.74% | 0.4% | - |
| HSV(B) | 164.4º | 0.85% | 0.69% | - |
| XYZ | 20.47 | 33.08 | 28.97 | - |
| YUV | 126.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 137 | 0.85 | 0 | 0.22 | 0.31 | 164.4 | 0.74 | 0.4 |
| Hex | 1A | B0 | 89 | 55 | 0 | 16 | 1F | A4 | 4A | 28 |
| Octal | 32 | 260 | 211 | 125 | 0 | 26 | 37 | 244 | 112 | 50 |
| Binary | 11010 | 10110000 | 10001001 | 1010101 | 0 | 10110 | 11111 | 10100100 | 1001010 | 101000 |
Color Harmonies of #1AB089
Complementary color
Monochromatic Colors of #1AB089
Black with #1AB089
Text Example
Text Example
White with #1AB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB089; }
p { color: rgb(26,176,137); }
H1.HeaderClassName
{
color: #1AB089;
}
.AnyTagClassName
{
color: #1AB089;
}
</style>
background-color css
<style>
a { background-color: #1AB089; }
a { background-color: rgb(26,176,137); }
div.DivClassName
{
background-color: #1AB089;
}
.BgClassName
{
background-color: #1AB089;
}
</style>
border-color css
<style>
span { border-color: #1AB089; }
span { border-color: rgb(26,176,137); }
td.TdClassName
{
border-color: #1AB089;
}
.TagClassName
{
border-color: #1AB089;
}
</style>