Shades of Mountain Meadow #1ABB93
Tints of Mountain Meadow #1ABB93
RGB
CMYK
RGB Variations
Color information
#1ABB93 (or 0x1ABB93) is known color: Mountain Meadow. HEX triplet: 1A, BB and 93. RGB value is (26,187,147). Sum of RGB (Red+Green+Blue) = 26+187+147=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABB93 is #E5446C. Grayscale: #868686. Windows color (decimal): -15025261 or 9681690. OLE color: 9681690.
HSL color Cylindrical-coordinate representation of color #1ABB93: hue angle of 165.09º 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 #1ABB93 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 147 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.27 |
| HSL | 165.09º | 0.76% | 0.42% | - |
| HSV(B) | 165.09º | 0.86% | 0.73% | - |
| XYZ | 23.46 | 37.87 | 33.68 | - |
| YUV | 134.3 | 135.16 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 147 | 0.86 | 0 | 0.21 | 0.27 | 165.09 | 0.76 | 0.42 |
| Hex | 1A | BB | 93 | 56 | 0 | 15 | 1B | A5 | 4C | 2A |
| Octal | 32 | 273 | 223 | 126 | 0 | 25 | 33 | 245 | 114 | 52 |
| Binary | 11010 | 10111011 | 10010011 | 1010110 | 0 | 10101 | 11011 | 10100101 | 1001100 | 101010 |
Color Harmonies of #1ABB93
Complementary color
Monochromatic Colors of #1ABB93
Black with #1ABB93
Text Example
Text Example
White with #1ABB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB93; }
p { color: rgb(26,187,147); }
H1.HeaderClassName
{
color: #1ABB93;
}
.AnyTagClassName
{
color: #1ABB93;
}
</style>
background-color css
<style>
a { background-color: #1ABB93; }
a { background-color: rgb(26,187,147); }
div.DivClassName
{
background-color: #1ABB93;
}
.BgClassName
{
background-color: #1ABB93;
}
</style>
border-color css
<style>
span { border-color: #1ABB93; }
span { border-color: rgb(26,187,147); }
td.TdClassName
{
border-color: #1ABB93;
}
.TagClassName
{
border-color: #1ABB93;
}
</style>