Shades of Mountain Meadow #1AB16C
Tints of Mountain Meadow #1AB16C
RGB
CMYK
RGB Variations
Color information
#1AB16C (or 0x1AB16C) is known color: Mountain Meadow. HEX triplet: 1A, B1 and 6C. RGB value is (26,177,108). Sum of RGB (Red+Green+Blue) = 26+177+108=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB16C is #E54E93. Grayscale: #7C7C7C. Windows color (decimal): -15027860 or 7123226. OLE color: 7123226.
HSL color Cylindrical-coordinate representation of color #1AB16C: hue angle of 152.58º 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 #1AB16C is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 108 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.31 |
| HSL | 152.58º | 0.74% | 0.4% | - |
| HSV(B) | 152.58º | 0.85% | 0.69% | - |
| XYZ | 18.85 | 32.75 | 19.51 | - |
| YUV | 123.99 | 118.97 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 108 | 0.85 | 0 | 0.39 | 0.31 | 152.58 | 0.74 | 0.4 |
| Hex | 1A | B1 | 6C | 55 | 0 | 27 | 1F | 99 | 4A | 28 |
| Octal | 32 | 261 | 154 | 125 | 0 | 47 | 37 | 231 | 112 | 50 |
| Binary | 11010 | 10110001 | 1101100 | 1010101 | 0 | 100111 | 11111 | 10011001 | 1001010 | 101000 |
Color Harmonies of #1AB16C
Complementary color
Monochromatic Colors of #1AB16C
Black with #1AB16C
Text Example
Text Example
White with #1AB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB16C; }
p { color: rgb(26,177,108); }
H1.HeaderClassName
{
color: #1AB16C;
}
.AnyTagClassName
{
color: #1AB16C;
}
</style>
background-color css
<style>
a { background-color: #1AB16C; }
a { background-color: rgb(26,177,108); }
div.DivClassName
{
background-color: #1AB16C;
}
.BgClassName
{
background-color: #1AB16C;
}
</style>
border-color css
<style>
span { border-color: #1AB16C; }
span { border-color: rgb(26,177,108); }
td.TdClassName
{
border-color: #1AB16C;
}
.TagClassName
{
border-color: #1AB16C;
}
</style>