Shades of Mountain Meadow #1AB982
Tints of Mountain Meadow #1AB982
RGB
CMYK
RGB Variations
Color information
#1AB982 (or 0x1AB982) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 82. RGB value is (26,185,130). Sum of RGB (Red+Green+Blue) = 26+185+130=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB982 is #E5467D. Grayscale: #838383. Windows color (decimal): -15025790 or 8567066. OLE color: 8567066.
HSL color Cylindrical-coordinate representation of color #1AB982: hue angle of 159.25º 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 #1AB982 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 130 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.27 |
| HSL | 159.25º | 0.75% | 0.41% | - |
| HSV(B) | 159.25º | 0.86% | 0.73% | - |
| XYZ | 21.8 | 36.53 | 27.02 | - |
| YUV | 131.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 130 | 0.86 | 0 | 0.30 | 0.27 | 159.25 | 0.75 | 0.41 |
| Hex | 1A | B9 | 82 | 56 | 0 | 1E | 1B | 9F | 4B | 29 |
| Octal | 32 | 271 | 202 | 126 | 0 | 36 | 33 | 237 | 113 | 51 |
| Binary | 11010 | 10111001 | 10000010 | 1010110 | 0 | 11110 | 11011 | 10011111 | 1001011 | 101001 |
Color Harmonies of #1AB982
Complementary color
Monochromatic Colors of #1AB982
Black with #1AB982
Text Example
Text Example
White with #1AB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB982; }
p { color: rgb(26,185,130); }
H1.HeaderClassName
{
color: #1AB982;
}
.AnyTagClassName
{
color: #1AB982;
}
</style>
background-color css
<style>
a { background-color: #1AB982; }
a { background-color: rgb(26,185,130); }
div.DivClassName
{
background-color: #1AB982;
}
.BgClassName
{
background-color: #1AB982;
}
</style>
border-color css
<style>
span { border-color: #1AB982; }
span { border-color: rgb(26,185,130); }
td.TdClassName
{
border-color: #1AB982;
}
.TagClassName
{
border-color: #1AB982;
}
</style>