Shades of Mountain Meadow #1AB291
Tints of Mountain Meadow #1AB291
RGB
CMYK
RGB Variations
Color information
#1AB291 (or 0x1AB291) is known color: Mountain Meadow. HEX triplet: 1A, B2 and 91. RGB value is (26,178,145). Sum of RGB (Red+Green+Blue) = 26+178+145=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB291 is #E54D6E. Grayscale: #808080. Windows color (decimal): -15027567 or 9548314. OLE color: 9548314.
HSL color Cylindrical-coordinate representation of color #1AB291: hue angle of 166.97º 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 #1AB291 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 145 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.30 |
| HSL | 166.97º | 0.75% | 0.4% | - |
| HSV(B) | 166.97º | 0.85% | 0.7% | - |
| XYZ | 21.46 | 34.1 | 32.24 | - |
| YUV | 128.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 145 | 0.85 | 0 | 0.19 | 0.30 | 166.97 | 0.75 | 0.4 |
| Hex | 1A | B2 | 91 | 55 | 0 | 13 | 1E | A7 | 4B | 28 |
| Octal | 32 | 262 | 221 | 125 | 0 | 23 | 36 | 247 | 113 | 50 |
| Binary | 11010 | 10110010 | 10010001 | 1010101 | 0 | 10011 | 11110 | 10100111 | 1001011 | 101000 |
Color Harmonies of #1AB291
Complementary color
Monochromatic Colors of #1AB291
Black with #1AB291
Text Example
Text Example
White with #1AB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB291; }
p { color: rgb(26,178,145); }
H1.HeaderClassName
{
color: #1AB291;
}
.AnyTagClassName
{
color: #1AB291;
}
</style>
background-color css
<style>
a { background-color: #1AB291; }
a { background-color: rgb(26,178,145); }
div.DivClassName
{
background-color: #1AB291;
}
.BgClassName
{
background-color: #1AB291;
}
</style>
border-color css
<style>
span { border-color: #1AB291; }
span { border-color: rgb(26,178,145); }
td.TdClassName
{
border-color: #1AB291;
}
.TagClassName
{
border-color: #1AB291;
}
</style>