Shades of Mountain Meadow #1ABB91
Tints of Mountain Meadow #1ABB91
RGB
CMYK
RGB Variations
Color information
#1ABB91 (or 0x1ABB91) is known color: Mountain Meadow. HEX triplet: 1A, BB and 91. RGB value is (26,187,145). Sum of RGB (Red+Green+Blue) = 26+187+145=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABB91 is #E5446E. Grayscale: #868686. Windows color (decimal): -15025263 or 9550618. OLE color: 9550618.
HSL color Cylindrical-coordinate representation of color #1ABB91: hue angle of 164.35º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABB91 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 145 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.27 |
| HSL | 164.35º | 0.76% | 0.42% | - |
| HSV(B) | 164.35º | 0.86% | 0.73% | - |
| XYZ | 23.31 | 37.8 | 32.86 | - |
| YUV | 134.07 | 134.16 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 145 | 0.86 | 0 | 0.22 | 0.27 | 164.35 | 0.76 | 0.42 |
| Hex | 1A | BB | 91 | 56 | 0 | 16 | 1B | A4 | 4C | 2A |
| Octal | 32 | 273 | 221 | 126 | 0 | 26 | 33 | 244 | 114 | 52 |
| Binary | 11010 | 10111011 | 10010001 | 1010110 | 0 | 10110 | 11011 | 10100100 | 1001100 | 101010 |
Color Harmonies of #1ABB91
Complementary color
Monochromatic Colors of #1ABB91
Black with #1ABB91
Text Example
Text Example
White with #1ABB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB91; }
p { color: rgb(26,187,145); }
H1.HeaderClassName
{
color: #1ABB91;
}
.AnyTagClassName
{
color: #1ABB91;
}
</style>
background-color css
<style>
a { background-color: #1ABB91; }
a { background-color: rgb(26,187,145); }
div.DivClassName
{
background-color: #1ABB91;
}
.BgClassName
{
background-color: #1ABB91;
}
</style>
border-color css
<style>
span { border-color: #1ABB91; }
span { border-color: rgb(26,187,145); }
td.TdClassName
{
border-color: #1ABB91;
}
.TagClassName
{
border-color: #1ABB91;
}
</style>