Shades of Mountain Meadow #1AB76A
Tints of Mountain Meadow #1AB76A
RGB
CMYK
RGB Variations
Color information
#1AB76A (or 0x1AB76A) is known color: Mountain Meadow. HEX triplet: 1A, B7 and 6A. RGB value is (26,183,106). Sum of RGB (Red+Green+Blue) = 26+183+106=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #1AB76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB76A is #E54895. Grayscale: #7F7F7F. Windows color (decimal): -15026326 or 6993690. OLE color: 6993690.
HSL color Cylindrical-coordinate representation of color #1AB76A: hue angle of 150.57º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB76A is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 183 | 106 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.28 |
| HSL | 150.57º | 0.75% | 0.41% | - |
| HSV(B) | 150.57º | 0.86% | 0.72% | - |
| XYZ | 19.96 | 35.13 | 19.36 | - |
| YUV | 127.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 106 | 0.86 | 0 | 0.42 | 0.28 | 150.57 | 0.75 | 0.41 |
| Hex | 1A | B7 | 6A | 56 | 0 | 2A | 1C | 97 | 4B | 29 |
| Octal | 32 | 267 | 152 | 126 | 0 | 52 | 34 | 227 | 113 | 51 |
| Binary | 11010 | 10110111 | 1101010 | 1010110 | 0 | 101010 | 11100 | 10010111 | 1001011 | 101001 |
Color Harmonies of #1AB76A
Complementary color
Monochromatic Colors of #1AB76A
Black with #1AB76A
Text Example
Text Example
White with #1AB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB76A; }
p { color: rgb(26,183,106); }
H1.HeaderClassName
{
color: #1AB76A;
}
.AnyTagClassName
{
color: #1AB76A;
}
</style>
background-color css
<style>
a { background-color: #1AB76A; }
a { background-color: rgb(26,183,106); }
div.DivClassName
{
background-color: #1AB76A;
}
.BgClassName
{
background-color: #1AB76A;
}
</style>
border-color css
<style>
span { border-color: #1AB76A; }
span { border-color: rgb(26,183,106); }
td.TdClassName
{
border-color: #1AB76A;
}
.TagClassName
{
border-color: #1AB76A;
}
</style>