Shades of Mountain Meadow #1AB16D
Tints of Mountain Meadow #1AB16D
RGB
CMYK
RGB Variations
Color information
#1AB16D (or 0x1AB16D) is known color: Mountain Meadow. HEX triplet: 1A, B1 and 6D. RGB value is (26,177,109). Sum of RGB (Red+Green+Blue) = 26+177+109=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB16D is #E54E92. Grayscale: #7C7C7C. Windows color (decimal): -15027859 or 7188762. OLE color: 7188762.
HSL color Cylindrical-coordinate representation of color #1AB16D: hue angle of 152.98º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB16D is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 109 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.31 |
| HSL | 152.98º | 0.74% | 0.4% | - |
| HSV(B) | 152.98º | 0.85% | 0.69% | - |
| XYZ | 18.91 | 32.77 | 19.8 | - |
| YUV | 124.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 109 | 0.85 | 0 | 0.38 | 0.31 | 152.98 | 0.74 | 0.4 |
| Hex | 1A | B1 | 6D | 55 | 0 | 26 | 1F | 99 | 4A | 28 |
| Octal | 32 | 261 | 155 | 125 | 0 | 46 | 37 | 231 | 112 | 50 |
| Binary | 11010 | 10110001 | 1101101 | 1010101 | 0 | 100110 | 11111 | 10011001 | 1001010 | 101000 |
Color Harmonies of #1AB16D
Complementary color
Monochromatic Colors of #1AB16D
Black with #1AB16D
Text Example
Text Example
White with #1AB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB16D; }
p { color: rgb(26,177,109); }
H1.HeaderClassName
{
color: #1AB16D;
}
.AnyTagClassName
{
color: #1AB16D;
}
</style>
background-color css
<style>
a { background-color: #1AB16D; }
a { background-color: rgb(26,177,109); }
div.DivClassName
{
background-color: #1AB16D;
}
.BgClassName
{
background-color: #1AB16D;
}
</style>
border-color css
<style>
span { border-color: #1AB16D; }
span { border-color: rgb(26,177,109); }
td.TdClassName
{
border-color: #1AB16D;
}
.TagClassName
{
border-color: #1AB16D;
}
</style>