Shades of Mountain Meadow #1ABE7D
Tints of Mountain Meadow #1ABE7D
RGB
CMYK
RGB Variations
Color information
#1ABE7D (or 0x1ABE7D) is known color: Mountain Meadow. HEX triplet: 1A, BE and 7D. RGB value is (26,190,125). Sum of RGB (Red+Green+Blue) = 26+190+125=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABE7D is #E54182. Grayscale: #858585. Windows color (decimal): -15024515 or 8240666. OLE color: 8240666.
HSL color Cylindrical-coordinate representation of color #1ABE7D: hue angle of 156.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABE7D is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 125 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.25 |
| HSL | 156.22º | 0.76% | 0.42% | - |
| HSV(B) | 156.22º | 0.86% | 0.75% | - |
| XYZ | 22.54 | 38.53 | 25.65 | - |
| YUV | 133.55 | 123.17 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 125 | 0.86 | 0 | 0.34 | 0.25 | 156.22 | 0.76 | 0.42 |
| Hex | 1A | BE | 7D | 56 | 0 | 22 | 19 | 9C | 4C | 2A |
| Octal | 32 | 276 | 175 | 126 | 0 | 42 | 31 | 234 | 114 | 52 |
| Binary | 11010 | 10111110 | 1111101 | 1010110 | 0 | 100010 | 11001 | 10011100 | 1001100 | 101010 |
Color Harmonies of #1ABE7D
Complementary color
Monochromatic Colors of #1ABE7D
Black with #1ABE7D
Text Example
Text Example
White with #1ABE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABE7D; }
p { color: rgb(26,190,125); }
H1.HeaderClassName
{
color: #1ABE7D;
}
.AnyTagClassName
{
color: #1ABE7D;
}
</style>
background-color css
<style>
a { background-color: #1ABE7D; }
a { background-color: rgb(26,190,125); }
div.DivClassName
{
background-color: #1ABE7D;
}
.BgClassName
{
background-color: #1ABE7D;
}
</style>
border-color css
<style>
span { border-color: #1ABE7D; }
span { border-color: rgb(26,190,125); }
td.TdClassName
{
border-color: #1ABE7D;
}
.TagClassName
{
border-color: #1ABE7D;
}
</style>