Shades of Mountain Meadow #1FBA7C
Tints of Mountain Meadow #1FBA7C
RGB
CMYK
RGB Variations
Color information
#1FBA7C (or 0x1FBA7C) is known color: Mountain Meadow. HEX triplet: 1F, BA and 7C. RGB value is (31,186,124). Sum of RGB (Red+Green+Blue) = 31+186+124=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBA7C is #E04583. Grayscale: #848484. Windows color (decimal): -14697860 or 8174111. OLE color: 8174111.
HSL color Cylindrical-coordinate representation of color #1FBA7C: hue angle of 156º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBA7C is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 124 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.27 |
| HSL | 156º | 0.71% | 0.43% | - |
| HSV(B) | 156º | 0.83% | 0.73% | - |
| XYZ | 21.76 | 36.86 | 25.04 | - |
| YUV | 132.59 | 123.15 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 124 | 0.83 | 0 | 0.33 | 0.27 | 156 | 0.71 | 0.43 |
| Hex | 1F | BA | 7C | 53 | 0 | 21 | 1B | 9C | 47 | 2B |
| Octal | 37 | 272 | 174 | 123 | 0 | 41 | 33 | 234 | 107 | 53 |
| Binary | 11111 | 10111010 | 1111100 | 1010011 | 0 | 100001 | 11011 | 10011100 | 1000111 | 101011 |
Color Harmonies of #1FBA7C
Complementary color
Monochromatic Colors of #1FBA7C
Black with #1FBA7C
Text Example
Text Example
White with #1FBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA7C; }
p { color: rgb(31,186,124); }
H1.HeaderClassName
{
color: #1FBA7C;
}
.AnyTagClassName
{
color: #1FBA7C;
}
</style>
background-color css
<style>
a { background-color: #1FBA7C; }
a { background-color: rgb(31,186,124); }
div.DivClassName
{
background-color: #1FBA7C;
}
.BgClassName
{
background-color: #1FBA7C;
}
</style>
border-color css
<style>
span { border-color: #1FBA7C; }
span { border-color: rgb(31,186,124); }
td.TdClassName
{
border-color: #1FBA7C;
}
.TagClassName
{
border-color: #1FBA7C;
}
</style>