Shades of Mountain Meadow #1AB090
Tints of Mountain Meadow #1AB090
RGB
CMYK
RGB Variations
Color information
#1AB090 (or 0x1AB090) is known color: Mountain Meadow. HEX triplet: 1A, B0 and 90. RGB value is (26,176,144). Sum of RGB (Red+Green+Blue) = 26+176+144=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB090 is #E54F6F. Grayscale: #7F7F7F. Windows color (decimal): -15028080 or 9482266. OLE color: 9482266.
HSL color Cylindrical-coordinate representation of color #1AB090: hue angle of 167.2º 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 #1AB090 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 144 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.31 |
| HSL | 167.2º | 0.74% | 0.4% | - |
| HSV(B) | 167.2º | 0.85% | 0.69% | - |
| XYZ | 20.99 | 33.28 | 31.7 | - |
| YUV | 127.5 | 137.31 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 144 | 0.85 | 0 | 0.18 | 0.31 | 167.2 | 0.74 | 0.4 |
| Hex | 1A | B0 | 90 | 55 | 0 | 12 | 1F | A7 | 4A | 28 |
| Octal | 32 | 260 | 220 | 125 | 0 | 22 | 37 | 247 | 112 | 50 |
| Binary | 11010 | 10110000 | 10010000 | 1010101 | 0 | 10010 | 11111 | 10100111 | 1001010 | 101000 |
Color Harmonies of #1AB090
Complementary color
Monochromatic Colors of #1AB090
Black with #1AB090
Text Example
Text Example
White with #1AB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB090; }
p { color: rgb(26,176,144); }
H1.HeaderClassName
{
color: #1AB090;
}
.AnyTagClassName
{
color: #1AB090;
}
</style>
background-color css
<style>
a { background-color: #1AB090; }
a { background-color: rgb(26,176,144); }
div.DivClassName
{
background-color: #1AB090;
}
.BgClassName
{
background-color: #1AB090;
}
</style>
border-color css
<style>
span { border-color: #1AB090; }
span { border-color: rgb(26,176,144); }
td.TdClassName
{
border-color: #1AB090;
}
.TagClassName
{
border-color: #1AB090;
}
</style>