Shades of Mountain Meadow #1BAA7D
Tints of Mountain Meadow #1BAA7D
RGB
CMYK
RGB Variations
Color information
#1BAA7D (or 0x1BAA7D) is known color: Mountain Meadow. HEX triplet: 1B, AA and 7D. RGB value is (27,170,125). Sum of RGB (Red+Green+Blue) = 27+170+125=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA7D is #E45582. Grayscale: #7A7A7A. Windows color (decimal): -14964099 or 8235547. OLE color: 8235547.
HSL color Cylindrical-coordinate representation of color #1BAA7D: hue angle of 161.12º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA7D is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 170 | 125 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.33 |
| HSL | 161.12º | 0.73% | 0.39% | - |
| HSV(B) | 161.12º | 0.84% | 0.67% | - |
| XYZ | 18.53 | 30.46 | 24.31 | - |
| YUV | 122.11 | 129.62 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 125 | 0.84 | 0 | 0.26 | 0.33 | 161.12 | 0.73 | 0.39 |
| Hex | 1B | AA | 7D | 54 | 0 | 1A | 21 | A1 | 49 | 27 |
| Octal | 33 | 252 | 175 | 124 | 0 | 32 | 41 | 241 | 111 | 47 |
| Binary | 11011 | 10101010 | 1111101 | 1010100 | 0 | 11010 | 100001 | 10100001 | 1001001 | 100111 |
Color Harmonies of #1BAA7D
Complementary color
Monochromatic Colors of #1BAA7D
Black with #1BAA7D
Text Example
Text Example
White with #1BAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAA7D; }
p { color: rgb(27,170,125); }
H1.HeaderClassName
{
color: #1BAA7D;
}
.AnyTagClassName
{
color: #1BAA7D;
}
</style>
background-color css
<style>
a { background-color: #1BAA7D; }
a { background-color: rgb(27,170,125); }
div.DivClassName
{
background-color: #1BAA7D;
}
.BgClassName
{
background-color: #1BAA7D;
}
</style>
border-color css
<style>
span { border-color: #1BAA7D; }
span { border-color: rgb(27,170,125); }
td.TdClassName
{
border-color: #1BAA7D;
}
.TagClassName
{
border-color: #1BAA7D;
}
</style>