Shades of Mountain Meadow #1AB86B
Tints of Mountain Meadow #1AB86B
RGB
CMYK
RGB Variations
Color information
#1AB86B (or 0x1AB86B) is known color: Mountain Meadow. HEX triplet: 1A, B8 and 6B. RGB value is (26,184,107). Sum of RGB (Red+Green+Blue) = 26+184+107=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB86B is #E54794. Grayscale: #808080. Windows color (decimal): -15026069 or 7059482. OLE color: 7059482.
HSL color Cylindrical-coordinate representation of color #1AB86B: hue angle of 150.76º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB86B is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 107 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.28 |
| HSL | 150.76º | 0.75% | 0.41% | - |
| HSV(B) | 150.76º | 0.86% | 0.72% | - |
| XYZ | 20.22 | 35.56 | 19.71 | - |
| YUV | 127.98 | 116.15 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 107 | 0.86 | 0 | 0.42 | 0.28 | 150.76 | 0.75 | 0.41 |
| Hex | 1A | B8 | 6B | 56 | 0 | 2A | 1C | 97 | 4B | 29 |
| Octal | 32 | 270 | 153 | 126 | 0 | 52 | 34 | 227 | 113 | 51 |
| Binary | 11010 | 10111000 | 1101011 | 1010110 | 0 | 101010 | 11100 | 10010111 | 1001011 | 101001 |
Color Harmonies of #1AB86B
Complementary color
Monochromatic Colors of #1AB86B
Black with #1AB86B
Text Example
Text Example
White with #1AB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB86B; }
p { color: rgb(26,184,107); }
H1.HeaderClassName
{
color: #1AB86B;
}
.AnyTagClassName
{
color: #1AB86B;
}
</style>
background-color css
<style>
a { background-color: #1AB86B; }
a { background-color: rgb(26,184,107); }
div.DivClassName
{
background-color: #1AB86B;
}
.BgClassName
{
background-color: #1AB86B;
}
</style>
border-color css
<style>
span { border-color: #1AB86B; }
span { border-color: rgb(26,184,107); }
td.TdClassName
{
border-color: #1AB86B;
}
.TagClassName
{
border-color: #1AB86B;
}
</style>