Shades of Mountain Meadow #1ABA6E
Tints of Mountain Meadow #1ABA6E
RGB
CMYK
RGB Variations
Color information
#1ABA6E (or 0x1ABA6E) is known color: Mountain Meadow. HEX triplet: 1A, BA and 6E. RGB value is (26,186,110). Sum of RGB (Red+Green+Blue) = 26+186+110=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA6E is #E54591. Grayscale: #818181. Windows color (decimal): -15025554 or 7256602. OLE color: 7256602.
HSL color Cylindrical-coordinate representation of color #1ABA6E: hue angle of 151.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA6E is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 110 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.27 |
| HSL | 151.5º | 0.75% | 0.42% | - |
| HSV(B) | 151.5º | 0.86% | 0.73% | - |
| XYZ | 20.8 | 36.46 | 20.69 | - |
| YUV | 129.5 | 116.99 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 110 | 0.86 | 0 | 0.41 | 0.27 | 151.5 | 0.75 | 0.42 |
| Hex | 1A | BA | 6E | 56 | 0 | 29 | 1B | 98 | 4B | 2A |
| Octal | 32 | 272 | 156 | 126 | 0 | 51 | 33 | 230 | 113 | 52 |
| Binary | 11010 | 10111010 | 1101110 | 1010110 | 0 | 101001 | 11011 | 10011000 | 1001011 | 101010 |
Color Harmonies of #1ABA6E
Complementary color
Monochromatic Colors of #1ABA6E
Black with #1ABA6E
Text Example
Text Example
White with #1ABA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA6E; }
p { color: rgb(26,186,110); }
H1.HeaderClassName
{
color: #1ABA6E;
}
.AnyTagClassName
{
color: #1ABA6E;
}
</style>
background-color css
<style>
a { background-color: #1ABA6E; }
a { background-color: rgb(26,186,110); }
div.DivClassName
{
background-color: #1ABA6E;
}
.BgClassName
{
background-color: #1ABA6E;
}
</style>
border-color css
<style>
span { border-color: #1ABA6E; }
span { border-color: rgb(26,186,110); }
td.TdClassName
{
border-color: #1ABA6E;
}
.TagClassName
{
border-color: #1ABA6E;
}
</style>