Shades of Mountain Meadow #1BA67F
Tints of Mountain Meadow #1BA67F
RGB
CMYK
RGB Variations
Color information
#1BA67F (or 0x1BA67F) is known color: Mountain Meadow. HEX triplet: 1B, A6 and 7F. RGB value is (27,166,127). Sum of RGB (Red+Green+Blue) = 27+166+127=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA67F is #E45980. Grayscale: #787878. Windows color (decimal): -14965121 or 8365595. OLE color: 8365595.
HSL color Cylindrical-coordinate representation of color #1BA67F: hue angle of 163.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA67F is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 127 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.35 |
| HSL | 163.17º | 0.72% | 0.38% | - |
| HSV(B) | 163.17º | 0.84% | 0.65% | - |
| XYZ | 17.92 | 29.04 | 24.74 | - |
| YUV | 119.99 | 131.95 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 127 | 0.84 | 0 | 0.23 | 0.35 | 163.17 | 0.72 | 0.38 |
| Hex | 1B | A6 | 7F | 54 | 0 | 17 | 23 | A3 | 48 | 26 |
| Octal | 33 | 246 | 177 | 124 | 0 | 27 | 43 | 243 | 110 | 46 |
| Binary | 11011 | 10100110 | 1111111 | 1010100 | 0 | 10111 | 100011 | 10100011 | 1001000 | 100110 |
Color Harmonies of #1BA67F
Complementary color
Monochromatic Colors of #1BA67F
Black with #1BA67F
Text Example
Text Example
White with #1BA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA67F; }
p { color: rgb(27,166,127); }
H1.HeaderClassName
{
color: #1BA67F;
}
.AnyTagClassName
{
color: #1BA67F;
}
</style>
background-color css
<style>
a { background-color: #1BA67F; }
a { background-color: rgb(27,166,127); }
div.DivClassName
{
background-color: #1BA67F;
}
.BgClassName
{
background-color: #1BA67F;
}
</style>
border-color css
<style>
span { border-color: #1BA67F; }
span { border-color: rgb(27,166,127); }
td.TdClassName
{
border-color: #1BA67F;
}
.TagClassName
{
border-color: #1BA67F;
}
</style>