Shades of Mountain Meadow #1ABA71
Tints of Mountain Meadow #1ABA71
RGB
CMYK
RGB Variations
Color information
#1ABA71 (or 0x1ABA71) is known color: Mountain Meadow. HEX triplet: 1A, BA and 71. RGB value is (26,186,113). Sum of RGB (Red+Green+Blue) = 26+186+113=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA71 is #E5458E. Grayscale: #818181. Windows color (decimal): -15025551 or 7453210. OLE color: 7453210.
HSL color Cylindrical-coordinate representation of color #1ABA71: hue angle of 152.62º 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 #1ABA71 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 113 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.27 |
| HSL | 152.63º | 0.75% | 0.42% | - |
| HSV(B) | 152.63º | 0.86% | 0.73% | - |
| XYZ | 20.97 | 36.53 | 21.57 | - |
| YUV | 129.84 | 118.49 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 113 | 0.86 | 0 | 0.39 | 0.27 | 152.63 | 0.75 | 0.42 |
| Hex | 1A | BA | 71 | 56 | 0 | 27 | 1B | 99 | 4B | 2A |
| Octal | 32 | 272 | 161 | 126 | 0 | 47 | 33 | 231 | 113 | 52 |
| Binary | 11010 | 10111010 | 1110001 | 1010110 | 0 | 100111 | 11011 | 10011001 | 1001011 | 101010 |
Color Harmonies of #1ABA71
Complementary color
Monochromatic Colors of #1ABA71
Black with #1ABA71
Text Example
Text Example
White with #1ABA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA71; }
p { color: rgb(26,186,113); }
H1.HeaderClassName
{
color: #1ABA71;
}
.AnyTagClassName
{
color: #1ABA71;
}
</style>
background-color css
<style>
a { background-color: #1ABA71; }
a { background-color: rgb(26,186,113); }
div.DivClassName
{
background-color: #1ABA71;
}
.BgClassName
{
background-color: #1ABA71;
}
</style>
border-color css
<style>
span { border-color: #1ABA71; }
span { border-color: rgb(26,186,113); }
td.TdClassName
{
border-color: #1ABA71;
}
.TagClassName
{
border-color: #1ABA71;
}
</style>