Shades of Mountain Meadow #1AB484
Tints of Mountain Meadow #1AB484
RGB
CMYK
RGB Variations
Color information
#1AB484 (or 0x1AB484) is known color: Mountain Meadow. HEX triplet: 1A, B4 and 84. RGB value is (26,180,132). Sum of RGB (Red+Green+Blue) = 26+180+132=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB484 is #E54B7B. Grayscale: #808080. Windows color (decimal): -15027068 or 8696858. OLE color: 8696858.
HSL color Cylindrical-coordinate representation of color #1AB484: hue angle of 161.3º 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 #1AB484 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 132 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.29 |
| HSL | 161.3º | 0.75% | 0.4% | - |
| HSV(B) | 161.3º | 0.86% | 0.71% | - |
| XYZ | 20.91 | 34.53 | 27.39 | - |
| YUV | 128.48 | 129.98 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 132 | 0.86 | 0 | 0.27 | 0.29 | 161.3 | 0.75 | 0.4 |
| Hex | 1A | B4 | 84 | 56 | 0 | 1B | 1D | A1 | 4B | 28 |
| Octal | 32 | 264 | 204 | 126 | 0 | 33 | 35 | 241 | 113 | 50 |
| Binary | 11010 | 10110100 | 10000100 | 1010110 | 0 | 11011 | 11101 | 10100001 | 1001011 | 101000 |
Color Harmonies of #1AB484
Complementary color
Monochromatic Colors of #1AB484
Black with #1AB484
Text Example
Text Example
White with #1AB484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB484; }
p { color: rgb(26,180,132); }
H1.HeaderClassName
{
color: #1AB484;
}
.AnyTagClassName
{
color: #1AB484;
}
</style>
background-color css
<style>
a { background-color: #1AB484; }
a { background-color: rgb(26,180,132); }
div.DivClassName
{
background-color: #1AB484;
}
.BgClassName
{
background-color: #1AB484;
}
</style>
border-color css
<style>
span { border-color: #1AB484; }
span { border-color: rgb(26,180,132); }
td.TdClassName
{
border-color: #1AB484;
}
.TagClassName
{
border-color: #1AB484;
}
</style>