Shades of Mountain Meadow #1ABB76
Tints of Mountain Meadow #1ABB76
RGB
CMYK
RGB Variations
Color information
#1ABB76 (or 0x1ABB76) is known color: Mountain Meadow. HEX triplet: 1A, BB and 76. RGB value is (26,187,118). Sum of RGB (Red+Green+Blue) = 26+187+118=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABB76 is #E54489. Grayscale: #838383. Windows color (decimal): -15025290 or 7781146. OLE color: 7781146.
HSL color Cylindrical-coordinate representation of color #1ABB76: hue angle of 154.29º degrees, saturation: 0.76, 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 #1ABB76 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 118 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.27 |
| HSL | 154.29º | 0.76% | 0.42% | - |
| HSV(B) | 154.29º | 0.86% | 0.73% | - |
| XYZ | 21.47 | 37.07 | 23.16 | - |
| YUV | 131 | 120.66 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 118 | 0.86 | 0 | 0.37 | 0.27 | 154.29 | 0.76 | 0.42 |
| Hex | 1A | BB | 76 | 56 | 0 | 25 | 1B | 9A | 4C | 2A |
| Octal | 32 | 273 | 166 | 126 | 0 | 45 | 33 | 232 | 114 | 52 |
| Binary | 11010 | 10111011 | 1110110 | 1010110 | 0 | 100101 | 11011 | 10011010 | 1001100 | 101010 |
Color Harmonies of #1ABB76
Complementary color
Monochromatic Colors of #1ABB76
Black with #1ABB76
Text Example
Text Example
White with #1ABB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB76; }
p { color: rgb(26,187,118); }
H1.HeaderClassName
{
color: #1ABB76;
}
.AnyTagClassName
{
color: #1ABB76;
}
</style>
background-color css
<style>
a { background-color: #1ABB76; }
a { background-color: rgb(26,187,118); }
div.DivClassName
{
background-color: #1ABB76;
}
.BgClassName
{
background-color: #1ABB76;
}
</style>
border-color css
<style>
span { border-color: #1ABB76; }
span { border-color: rgb(26,187,118); }
td.TdClassName
{
border-color: #1ABB76;
}
.TagClassName
{
border-color: #1ABB76;
}
</style>