Shades of Mountain Meadow #1AB595
Tints of Mountain Meadow #1AB595
RGB
CMYK
RGB Variations
Color information
#1AB595 (or 0x1AB595) is known color: Mountain Meadow. HEX triplet: 1A, B5 and 95. RGB value is (26,181,149). Sum of RGB (Red+Green+Blue) = 26+181+149=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB595 is #E54A6A. Grayscale: #828282. Windows color (decimal): -15026795 or 9811226. OLE color: 9811226.
HSL color Cylindrical-coordinate representation of color #1AB595: hue angle of 167.61º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB595 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 181 | 149 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.29 |
| HSL | 167.61º | 0.75% | 0.41% | - |
| HSV(B) | 167.61º | 0.86% | 0.71% | - |
| XYZ | 22.37 | 35.44 | 34.09 | - |
| YUV | 131.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 149 | 0.86 | 0 | 0.18 | 0.29 | 167.61 | 0.75 | 0.41 |
| Hex | 1A | B5 | 95 | 56 | 0 | 12 | 1D | A8 | 4B | 29 |
| Octal | 32 | 265 | 225 | 126 | 0 | 22 | 35 | 250 | 113 | 51 |
| Binary | 11010 | 10110101 | 10010101 | 1010110 | 0 | 10010 | 11101 | 10101000 | 1001011 | 101001 |
Color Harmonies of #1AB595
Complementary color
Monochromatic Colors of #1AB595
Black with #1AB595
Text Example
Text Example
White with #1AB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB595; }
p { color: rgb(26,181,149); }
H1.HeaderClassName
{
color: #1AB595;
}
.AnyTagClassName
{
color: #1AB595;
}
</style>
background-color css
<style>
a { background-color: #1AB595; }
a { background-color: rgb(26,181,149); }
div.DivClassName
{
background-color: #1AB595;
}
.BgClassName
{
background-color: #1AB595;
}
</style>
border-color css
<style>
span { border-color: #1AB595; }
span { border-color: rgb(26,181,149); }
td.TdClassName
{
border-color: #1AB595;
}
.TagClassName
{
border-color: #1AB595;
}
</style>