Shades of Mountain Meadow #1ABB6B
Tints of Mountain Meadow #1ABB6B
RGB
CMYK
RGB Variations
Color information
#1ABB6B (or 0x1ABB6B) is known color: Mountain Meadow. HEX triplet: 1A, BB and 6B. RGB value is (26,187,107). Sum of RGB (Red+Green+Blue) = 26+187+107=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABB6B is #E54494. Grayscale: #818181. Windows color (decimal): -15025301 or 7060250. OLE color: 7060250.
HSL color Cylindrical-coordinate representation of color #1ABB6B: hue angle of 150.19º 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 #1ABB6B is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 107 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.27 |
| HSL | 150.19º | 0.76% | 0.42% | - |
| HSV(B) | 150.19º | 0.86% | 0.73% | - |
| XYZ | 20.85 | 36.82 | 19.92 | - |
| YUV | 129.74 | 115.16 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 107 | 0.86 | 0 | 0.43 | 0.27 | 150.19 | 0.76 | 0.42 |
| Hex | 1A | BB | 6B | 56 | 0 | 2B | 1B | 96 | 4C | 2A |
| Octal | 32 | 273 | 153 | 126 | 0 | 53 | 33 | 226 | 114 | 52 |
| Binary | 11010 | 10111011 | 1101011 | 1010110 | 0 | 101011 | 11011 | 10010110 | 1001100 | 101010 |
Color Harmonies of #1ABB6B
Complementary color
Monochromatic Colors of #1ABB6B
Black with #1ABB6B
Text Example
Text Example
White with #1ABB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB6B; }
p { color: rgb(26,187,107); }
H1.HeaderClassName
{
color: #1ABB6B;
}
.AnyTagClassName
{
color: #1ABB6B;
}
</style>
background-color css
<style>
a { background-color: #1ABB6B; }
a { background-color: rgb(26,187,107); }
div.DivClassName
{
background-color: #1ABB6B;
}
.BgClassName
{
background-color: #1ABB6B;
}
</style>
border-color css
<style>
span { border-color: #1ABB6B; }
span { border-color: rgb(26,187,107); }
td.TdClassName
{
border-color: #1ABB6B;
}
.TagClassName
{
border-color: #1ABB6B;
}
</style>