Shades of Mountain Meadow #1AB479
Tints of Mountain Meadow #1AB479
RGB
CMYK
RGB Variations
Color information
#1AB479 (or 0x1AB479) is known color: Mountain Meadow. HEX triplet: 1A, B4 and 79. RGB value is (26,180,121). Sum of RGB (Red+Green+Blue) = 26+180+121=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB479 is #E54B86. Grayscale: #7F7F7F. Windows color (decimal): -15027079 or 7975962. OLE color: 7975962.
HSL color Cylindrical-coordinate representation of color #1AB479: hue angle of 157.01º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB479 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 121 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.29 |
| HSL | 157.01º | 0.75% | 0.4% | - |
| HSV(B) | 157.01º | 0.86% | 0.71% | - |
| XYZ | 20.2 | 34.24 | 23.63 | - |
| YUV | 127.23 | 124.48 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 121 | 0.86 | 0 | 0.33 | 0.29 | 157.01 | 0.75 | 0.4 |
| Hex | 1A | B4 | 79 | 56 | 0 | 21 | 1D | 9D | 4B | 28 |
| Octal | 32 | 264 | 171 | 126 | 0 | 41 | 35 | 235 | 113 | 50 |
| Binary | 11010 | 10110100 | 1111001 | 1010110 | 0 | 100001 | 11101 | 10011101 | 1001011 | 101000 |
Color Harmonies of #1AB479
Complementary color
Monochromatic Colors of #1AB479
Black with #1AB479
Text Example
Text Example
White with #1AB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB479; }
p { color: rgb(26,180,121); }
H1.HeaderClassName
{
color: #1AB479;
}
.AnyTagClassName
{
color: #1AB479;
}
</style>
background-color css
<style>
a { background-color: #1AB479; }
a { background-color: rgb(26,180,121); }
div.DivClassName
{
background-color: #1AB479;
}
.BgClassName
{
background-color: #1AB479;
}
</style>
border-color css
<style>
span { border-color: #1AB479; }
span { border-color: rgb(26,180,121); }
td.TdClassName
{
border-color: #1AB479;
}
.TagClassName
{
border-color: #1AB479;
}
</style>