Shades of Mountain Meadow #1ABD7D
Tints of Mountain Meadow #1ABD7D
RGB
CMYK
RGB Variations
Color information
#1ABD7D (or 0x1ABD7D) is known color: Mountain Meadow. HEX triplet: 1A, BD and 7D. RGB value is (26,189,125). Sum of RGB (Red+Green+Blue) = 26+189+125=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABD7D is #E54282. Grayscale: #858585. Windows color (decimal): -15024771 or 8240410. OLE color: 8240410.
HSL color Cylindrical-coordinate representation of color #1ABD7D: hue angle of 156.44º 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 #1ABD7D is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 189 | 125 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.26 |
| HSL | 156.44º | 0.76% | 0.42% | - |
| HSV(B) | 156.44º | 0.86% | 0.74% | - |
| XYZ | 22.33 | 38.1 | 25.58 | - |
| YUV | 132.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 125 | 0.86 | 0 | 0.34 | 0.26 | 156.44 | 0.76 | 0.42 |
| Hex | 1A | BD | 7D | 56 | 0 | 22 | 1A | 9C | 4C | 2A |
| Octal | 32 | 275 | 175 | 126 | 0 | 42 | 32 | 234 | 114 | 52 |
| Binary | 11010 | 10111101 | 1111101 | 1010110 | 0 | 100010 | 11010 | 10011100 | 1001100 | 101010 |
Color Harmonies of #1ABD7D
Complementary color
Monochromatic Colors of #1ABD7D
Black with #1ABD7D
Text Example
Text Example
White with #1ABD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABD7D; }
p { color: rgb(26,189,125); }
H1.HeaderClassName
{
color: #1ABD7D;
}
.AnyTagClassName
{
color: #1ABD7D;
}
</style>
background-color css
<style>
a { background-color: #1ABD7D; }
a { background-color: rgb(26,189,125); }
div.DivClassName
{
background-color: #1ABD7D;
}
.BgClassName
{
background-color: #1ABD7D;
}
</style>
border-color css
<style>
span { border-color: #1ABD7D; }
span { border-color: rgb(26,189,125); }
td.TdClassName
{
border-color: #1ABD7D;
}
.TagClassName
{
border-color: #1ABD7D;
}
</style>