Shades of Mountain Meadow #1FB176
Tints of Mountain Meadow #1FB176
RGB
CMYK
RGB Variations
Color information
#1FB176 (or 0x1FB176) is known color: Mountain Meadow. HEX triplet: 1F, B1 and 76. RGB value is (31,177,118). Sum of RGB (Red+Green+Blue) = 31+177+118=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB176 is #E04E89. Grayscale: #7E7E7E. Windows color (decimal): -14700170 or 7778591. OLE color: 7778591.
HSL color Cylindrical-coordinate representation of color #1FB176: hue angle of 155.75º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB176 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 118 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.31 |
| HSL | 155.75º | 0.7% | 0.41% | - |
| HSV(B) | 155.75º | 0.82% | 0.69% | - |
| XYZ | 19.56 | 33.04 | 22.49 | - |
| YUV | 126.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 118 | 0.82 | 0 | 0.33 | 0.31 | 155.75 | 0.7 | 0.41 |
| Hex | 1F | B1 | 76 | 52 | 0 | 21 | 1F | 9C | 46 | 29 |
| Octal | 37 | 261 | 166 | 122 | 0 | 41 | 37 | 234 | 106 | 51 |
| Binary | 11111 | 10110001 | 1110110 | 1010010 | 0 | 100001 | 11111 | 10011100 | 1000110 | 101001 |
Color Harmonies of #1FB176
Complementary color
Monochromatic Colors of #1FB176
Black with #1FB176
Text Example
Text Example
White with #1FB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB176; }
p { color: rgb(31,177,118); }
H1.HeaderClassName
{
color: #1FB176;
}
.AnyTagClassName
{
color: #1FB176;
}
</style>
background-color css
<style>
a { background-color: #1FB176; }
a { background-color: rgb(31,177,118); }
div.DivClassName
{
background-color: #1FB176;
}
.BgClassName
{
background-color: #1FB176;
}
</style>
border-color css
<style>
span { border-color: #1FB176; }
span { border-color: rgb(31,177,118); }
td.TdClassName
{
border-color: #1FB176;
}
.TagClassName
{
border-color: #1FB176;
}
</style>