Shades of Mountain Meadow #1AB473
Tints of Mountain Meadow #1AB473
RGB
CMYK
RGB Variations
Color information
#1AB473 (or 0x1AB473) is known color: Mountain Meadow. HEX triplet: 1A, B4 and 73. RGB value is (26,180,115). Sum of RGB (Red+Green+Blue) = 26+180+115=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB473 is #E54B8C. Grayscale: #7E7E7E. Windows color (decimal): -15027085 or 7582746. OLE color: 7582746.
HSL color Cylindrical-coordinate representation of color #1AB473: hue angle of 154.68º 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 #1AB473 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 115 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.29 |
| HSL | 154.68º | 0.75% | 0.4% | - |
| HSV(B) | 154.68º | 0.86% | 0.71% | - |
| XYZ | 19.84 | 34.1 | 21.76 | - |
| YUV | 126.54 | 121.48 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 115 | 0.86 | 0 | 0.36 | 0.29 | 154.68 | 0.75 | 0.4 |
| Hex | 1A | B4 | 73 | 56 | 0 | 24 | 1D | 9B | 4B | 28 |
| Octal | 32 | 264 | 163 | 126 | 0 | 44 | 35 | 233 | 113 | 50 |
| Binary | 11010 | 10110100 | 1110011 | 1010110 | 0 | 100100 | 11101 | 10011011 | 1001011 | 101000 |
Color Harmonies of #1AB473
Complementary color
Monochromatic Colors of #1AB473
Black with #1AB473
Text Example
Text Example
White with #1AB473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB473; }
p { color: rgb(26,180,115); }
H1.HeaderClassName
{
color: #1AB473;
}
.AnyTagClassName
{
color: #1AB473;
}
</style>
background-color css
<style>
a { background-color: #1AB473; }
a { background-color: rgb(26,180,115); }
div.DivClassName
{
background-color: #1AB473;
}
.BgClassName
{
background-color: #1AB473;
}
</style>
border-color css
<style>
span { border-color: #1AB473; }
span { border-color: rgb(26,180,115); }
td.TdClassName
{
border-color: #1AB473;
}
.TagClassName
{
border-color: #1AB473;
}
</style>