Shades of Mountain Meadow #1ABC80
Tints of Mountain Meadow #1ABC80
RGB
CMYK
RGB Variations
Color information
#1ABC80 (or 0x1ABC80) is known color: Mountain Meadow. HEX triplet: 1A, BC and 80. RGB value is (26,188,128). Sum of RGB (Red+Green+Blue) = 26+188+128=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC80 is #E5437F. Grayscale: #848484. Windows color (decimal): -15025024 or 8436762. OLE color: 8436762.
HSL color Cylindrical-coordinate representation of color #1ABC80: hue angle of 157.78º 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 #1ABC80 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 128 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.26 |
| HSL | 157.78º | 0.76% | 0.42% | - |
| HSV(B) | 157.78º | 0.86% | 0.74% | - |
| XYZ | 22.31 | 37.74 | 26.53 | - |
| YUV | 132.72 | 125.33 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 128 | 0.86 | 0 | 0.32 | 0.26 | 157.78 | 0.76 | 0.42 |
| Hex | 1A | BC | 80 | 56 | 0 | 20 | 1A | 9E | 4C | 2A |
| Octal | 32 | 274 | 200 | 126 | 0 | 40 | 32 | 236 | 114 | 52 |
| Binary | 11010 | 10111100 | 10000000 | 1010110 | 0 | 100000 | 11010 | 10011110 | 1001100 | 101010 |
Color Harmonies of #1ABC80
Complementary color
Monochromatic Colors of #1ABC80
Black with #1ABC80
Text Example
Text Example
White with #1ABC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC80; }
p { color: rgb(26,188,128); }
H1.HeaderClassName
{
color: #1ABC80;
}
.AnyTagClassName
{
color: #1ABC80;
}
</style>
background-color css
<style>
a { background-color: #1ABC80; }
a { background-color: rgb(26,188,128); }
div.DivClassName
{
background-color: #1ABC80;
}
.BgClassName
{
background-color: #1ABC80;
}
</style>
border-color css
<style>
span { border-color: #1ABC80; }
span { border-color: rgb(26,188,128); }
td.TdClassName
{
border-color: #1ABC80;
}
.TagClassName
{
border-color: #1ABC80;
}
</style>