Shades of Mountain Meadow #1AB478
Tints of Mountain Meadow #1AB478
RGB
CMYK
RGB Variations
Color information
#1AB478 (or 0x1AB478) is known color: Mountain Meadow. HEX triplet: 1A, B4 and 78. RGB value is (26,180,120). Sum of RGB (Red+Green+Blue) = 26+180+120=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB478 is #E54B87. Grayscale: #7F7F7F. Windows color (decimal): -15027080 or 7910426. OLE color: 7910426.
HSL color Cylindrical-coordinate representation of color #1AB478: hue angle of 156.62º 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 #1AB478 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 120 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.29 |
| HSL | 156.62º | 0.75% | 0.4% | - |
| HSV(B) | 156.62º | 0.86% | 0.71% | - |
| XYZ | 20.14 | 34.22 | 23.31 | - |
| YUV | 127.11 | 123.98 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 120 | 0.86 | 0 | 0.33 | 0.29 | 156.62 | 0.75 | 0.4 |
| Hex | 1A | B4 | 78 | 56 | 0 | 21 | 1D | 9D | 4B | 28 |
| Octal | 32 | 264 | 170 | 126 | 0 | 41 | 35 | 235 | 113 | 50 |
| Binary | 11010 | 10110100 | 1111000 | 1010110 | 0 | 100001 | 11101 | 10011101 | 1001011 | 101000 |
Color Harmonies of #1AB478
Complementary color
Monochromatic Colors of #1AB478
Black with #1AB478
Text Example
Text Example
White with #1AB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB478; }
p { color: rgb(26,180,120); }
H1.HeaderClassName
{
color: #1AB478;
}
.AnyTagClassName
{
color: #1AB478;
}
</style>
background-color css
<style>
a { background-color: #1AB478; }
a { background-color: rgb(26,180,120); }
div.DivClassName
{
background-color: #1AB478;
}
.BgClassName
{
background-color: #1AB478;
}
</style>
border-color css
<style>
span { border-color: #1AB478; }
span { border-color: rgb(26,180,120); }
td.TdClassName
{
border-color: #1AB478;
}
.TagClassName
{
border-color: #1AB478;
}
</style>