Shades of Mountain Meadow #1AB491
Tints of Mountain Meadow #1AB491
RGB
CMYK
RGB Variations
Color information
#1AB491 (or 0x1AB491) is known color: Mountain Meadow. HEX triplet: 1A, B4 and 91. RGB value is (26,180,145). Sum of RGB (Red+Green+Blue) = 26+180+145=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB491 is #E54B6E. Grayscale: #818181. Windows color (decimal): -15027055 or 9548826. OLE color: 9548826.
HSL color Cylindrical-coordinate representation of color #1AB491: hue angle of 166.36º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB491 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 145 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.29 |
| HSL | 166.36º | 0.75% | 0.4% | - |
| HSV(B) | 166.36º | 0.86% | 0.71% | - |
| XYZ | 21.86 | 34.91 | 32.37 | - |
| YUV | 129.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 145 | 0.86 | 0 | 0.19 | 0.29 | 166.36 | 0.75 | 0.4 |
| Hex | 1A | B4 | 91 | 56 | 0 | 13 | 1D | A6 | 4B | 28 |
| Octal | 32 | 264 | 221 | 126 | 0 | 23 | 35 | 246 | 113 | 50 |
| Binary | 11010 | 10110100 | 10010001 | 1010110 | 0 | 10011 | 11101 | 10100110 | 1001011 | 101000 |
Color Harmonies of #1AB491
Complementary color
Monochromatic Colors of #1AB491
Black with #1AB491
Text Example
Text Example
White with #1AB491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB491; }
p { color: rgb(26,180,145); }
H1.HeaderClassName
{
color: #1AB491;
}
.AnyTagClassName
{
color: #1AB491;
}
</style>
background-color css
<style>
a { background-color: #1AB491; }
a { background-color: rgb(26,180,145); }
div.DivClassName
{
background-color: #1AB491;
}
.BgClassName
{
background-color: #1AB491;
}
</style>
border-color css
<style>
span { border-color: #1AB491; }
span { border-color: rgb(26,180,145); }
td.TdClassName
{
border-color: #1AB491;
}
.TagClassName
{
border-color: #1AB491;
}
</style>