Shades of Mountain Meadow #1AB984
Tints of Mountain Meadow #1AB984
RGB
CMYK
RGB Variations
Color information
#1AB984 (or 0x1AB984) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 84. RGB value is (26,185,132). Sum of RGB (Red+Green+Blue) = 26+185+132=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB984 is #E5467B. Grayscale: #838383. Windows color (decimal): -15025788 or 8698138. OLE color: 8698138.
HSL color Cylindrical-coordinate representation of color #1AB984: hue angle of 160º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB984 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 132 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.27 |
| HSL | 160º | 0.75% | 0.41% | - |
| HSV(B) | 160º | 0.86% | 0.73% | - |
| XYZ | 21.94 | 36.58 | 27.73 | - |
| YUV | 131.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 132 | 0.86 | 0 | 0.29 | 0.27 | 160 | 0.75 | 0.41 |
| Hex | 1A | B9 | 84 | 56 | 0 | 1D | 1B | A0 | 4B | 29 |
| Octal | 32 | 271 | 204 | 126 | 0 | 35 | 33 | 240 | 113 | 51 |
| Binary | 11010 | 10111001 | 10000100 | 1010110 | 0 | 11101 | 11011 | 10100000 | 1001011 | 101001 |
Color Harmonies of #1AB984
Complementary color
Monochromatic Colors of #1AB984
Black with #1AB984
Text Example
Text Example
White with #1AB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB984; }
p { color: rgb(26,185,132); }
H1.HeaderClassName
{
color: #1AB984;
}
.AnyTagClassName
{
color: #1AB984;
}
</style>
background-color css
<style>
a { background-color: #1AB984; }
a { background-color: rgb(26,185,132); }
div.DivClassName
{
background-color: #1AB984;
}
.BgClassName
{
background-color: #1AB984;
}
</style>
border-color css
<style>
span { border-color: #1AB984; }
span { border-color: rgb(26,185,132); }
td.TdClassName
{
border-color: #1AB984;
}
.TagClassName
{
border-color: #1AB984;
}
</style>