Shades of Mountain Meadow #1ABC7E
Tints of Mountain Meadow #1ABC7E
RGB
CMYK
RGB Variations
Color information
#1ABC7E (or 0x1ABC7E) is known color: Mountain Meadow. HEX triplet: 1A, BC and 7E. RGB value is (26,188,126). Sum of RGB (Red+Green+Blue) = 26+188+126=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC7E is #E54381. Grayscale: #848484. Windows color (decimal): -15025026 or 8305690. OLE color: 8305690.
HSL color Cylindrical-coordinate representation of color #1ABC7E: hue angle of 157.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC7E is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 126 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.26 |
| HSL | 157.04º | 0.76% | 0.42% | - |
| HSV(B) | 157.04º | 0.86% | 0.74% | - |
| XYZ | 22.18 | 37.69 | 25.85 | - |
| YUV | 132.49 | 124.33 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 126 | 0.86 | 0 | 0.33 | 0.26 | 157.04 | 0.76 | 0.42 |
| Hex | 1A | BC | 7E | 56 | 0 | 21 | 1A | 9D | 4C | 2A |
| Octal | 32 | 274 | 176 | 126 | 0 | 41 | 32 | 235 | 114 | 52 |
| Binary | 11010 | 10111100 | 1111110 | 1010110 | 0 | 100001 | 11010 | 10011101 | 1001100 | 101010 |
Color Harmonies of #1ABC7E
Complementary color
Monochromatic Colors of #1ABC7E
Black with #1ABC7E
Text Example
Text Example
White with #1ABC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC7E; }
p { color: rgb(26,188,126); }
H1.HeaderClassName
{
color: #1ABC7E;
}
.AnyTagClassName
{
color: #1ABC7E;
}
</style>
background-color css
<style>
a { background-color: #1ABC7E; }
a { background-color: rgb(26,188,126); }
div.DivClassName
{
background-color: #1ABC7E;
}
.BgClassName
{
background-color: #1ABC7E;
}
</style>
border-color css
<style>
span { border-color: #1ABC7E; }
span { border-color: rgb(26,188,126); }
td.TdClassName
{
border-color: #1ABC7E;
}
.TagClassName
{
border-color: #1ABC7E;
}
</style>