Shades of Mountain Meadow #1BAE7F
Tints of Mountain Meadow #1BAE7F
RGB
CMYK
RGB Variations
Color information
#1BAE7F (or 0x1BAE7F) is known color: Mountain Meadow. HEX triplet: 1B, AE and 7F. RGB value is (27,174,127). Sum of RGB (Red+Green+Blue) = 27+174+127=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAE7F is #E45180. Grayscale: #7C7C7C. Windows color (decimal): -14963073 or 8367643. OLE color: 8367643.
HSL color Cylindrical-coordinate representation of color #1BAE7F: hue angle of 160.82º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE7F is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 127 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.32 |
| HSL | 160.82º | 0.73% | 0.39% | - |
| HSV(B) | 160.82º | 0.84% | 0.68% | - |
| XYZ | 19.42 | 32.04 | 25.24 | - |
| YUV | 124.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 127 | 0.84 | 0 | 0.27 | 0.32 | 160.82 | 0.73 | 0.39 |
| Hex | 1B | AE | 7F | 54 | 0 | 1B | 20 | A1 | 49 | 27 |
| Octal | 33 | 256 | 177 | 124 | 0 | 33 | 40 | 241 | 111 | 47 |
| Binary | 11011 | 10101110 | 1111111 | 1010100 | 0 | 11011 | 100000 | 10100001 | 1001001 | 100111 |
Color Harmonies of #1BAE7F
Complementary color
Monochromatic Colors of #1BAE7F
Black with #1BAE7F
Text Example
Text Example
White with #1BAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE7F; }
p { color: rgb(27,174,127); }
H1.HeaderClassName
{
color: #1BAE7F;
}
.AnyTagClassName
{
color: #1BAE7F;
}
</style>
background-color css
<style>
a { background-color: #1BAE7F; }
a { background-color: rgb(27,174,127); }
div.DivClassName
{
background-color: #1BAE7F;
}
.BgClassName
{
background-color: #1BAE7F;
}
</style>
border-color css
<style>
span { border-color: #1BAE7F; }
span { border-color: rgb(27,174,127); }
td.TdClassName
{
border-color: #1BAE7F;
}
.TagClassName
{
border-color: #1BAE7F;
}
</style>