Shades of Mountain Meadow #1AC686
Tints of Mountain Meadow #1AC686
RGB
CMYK
RGB Variations
Color information
#1AC686 (or 0x1AC686) is known color: Mountain Meadow. HEX triplet: 1A, C6 and 86. RGB value is (26,198,134). Sum of RGB (Red+Green+Blue) = 26+198+134=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC686 is #E53979. Grayscale: #8B8B8B. Windows color (decimal): -15022458 or 8832538. OLE color: 8832538.
HSL color Cylindrical-coordinate representation of color #1AC686: hue angle of 157.67º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC686 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 198 | 134 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.22 |
| HSL | 157.67º | 0.77% | 0.44% | - |
| HSV(B) | 157.67º | 0.87% | 0.78% | - |
| XYZ | 24.92 | 42.33 | 29.41 | - |
| YUV | 139.28 | 125.02 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 134 | 0.87 | 0 | 0.32 | 0.22 | 157.67 | 0.77 | 0.44 |
| Hex | 1A | C6 | 86 | 57 | 0 | 20 | 16 | 9E | 4D | 2C |
| Octal | 32 | 306 | 206 | 127 | 0 | 40 | 26 | 236 | 115 | 54 |
| Binary | 11010 | 11000110 | 10000110 | 1010111 | 0 | 100000 | 10110 | 10011110 | 1001101 | 101100 |
Color Harmonies of #1AC686
Complementary color
Monochromatic Colors of #1AC686
Black with #1AC686
Text Example
Text Example
White with #1AC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC686; }
p { color: rgb(26,198,134); }
H1.HeaderClassName
{
color: #1AC686;
}
.AnyTagClassName
{
color: #1AC686;
}
</style>
background-color css
<style>
a { background-color: #1AC686; }
a { background-color: rgb(26,198,134); }
div.DivClassName
{
background-color: #1AC686;
}
.BgClassName
{
background-color: #1AC686;
}
</style>
border-color css
<style>
span { border-color: #1AC686; }
span { border-color: rgb(26,198,134); }
td.TdClassName
{
border-color: #1AC686;
}
.TagClassName
{
border-color: #1AC686;
}
</style>