Shades of Mountain Meadow #1AB86C
Tints of Mountain Meadow #1AB86C
RGB
CMYK
RGB Variations
Color information
#1AB86C (or 0x1AB86C) is known color: Mountain Meadow. HEX triplet: 1A, B8 and 6C. RGB value is (26,184,108). Sum of RGB (Red+Green+Blue) = 26+184+108=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB86C is #E54793. Grayscale: #808080. Windows color (decimal): -15026068 or 7125018. OLE color: 7125018.
HSL color Cylindrical-coordinate representation of color #1AB86C: hue angle of 151.14º 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 #1AB86C is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 108 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.28 |
| HSL | 151.14º | 0.75% | 0.41% | - |
| HSV(B) | 151.14º | 0.86% | 0.72% | - |
| XYZ | 20.27 | 35.58 | 19.99 | - |
| YUV | 128.09 | 116.65 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 108 | 0.86 | 0 | 0.41 | 0.28 | 151.14 | 0.75 | 0.41 |
| Hex | 1A | B8 | 6C | 56 | 0 | 29 | 1C | 97 | 4B | 29 |
| Octal | 32 | 270 | 154 | 126 | 0 | 51 | 34 | 227 | 113 | 51 |
| Binary | 11010 | 10111000 | 1101100 | 1010110 | 0 | 101001 | 11100 | 10010111 | 1001011 | 101001 |
Color Harmonies of #1AB86C
Complementary color
Monochromatic Colors of #1AB86C
Black with #1AB86C
Text Example
Text Example
White with #1AB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB86C; }
p { color: rgb(26,184,108); }
H1.HeaderClassName
{
color: #1AB86C;
}
.AnyTagClassName
{
color: #1AB86C;
}
</style>
background-color css
<style>
a { background-color: #1AB86C; }
a { background-color: rgb(26,184,108); }
div.DivClassName
{
background-color: #1AB86C;
}
.BgClassName
{
background-color: #1AB86C;
}
</style>
border-color css
<style>
span { border-color: #1AB86C; }
span { border-color: rgb(26,184,108); }
td.TdClassName
{
border-color: #1AB86C;
}
.TagClassName
{
border-color: #1AB86C;
}
</style>