Shades of Mountain Meadow #1FB889
Tints of Mountain Meadow #1FB889
RGB
CMYK
RGB Variations
Color information
#1FB889 (or 0x1FB889) is known color: Mountain Meadow. HEX triplet: 1F, B8 and 89. RGB value is (31,184,137). Sum of RGB (Red+Green+Blue) = 31+184+137=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB889 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB889 is #E04776. Grayscale: #848484. Windows color (decimal): -14698359 or 9025567. OLE color: 9025567.
HSL color Cylindrical-coordinate representation of color #1FB889: hue angle of 161.57º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB889 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 137 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.28 |
| HSL | 161.57º | 0.71% | 0.42% | - |
| HSV(B) | 161.57º | 0.83% | 0.72% | - |
| XYZ | 22.22 | 36.38 | 29.52 | - |
| YUV | 132.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 137 | 0.83 | 0 | 0.26 | 0.28 | 161.57 | 0.71 | 0.42 |
| Hex | 1F | B8 | 89 | 53 | 0 | 1A | 1C | A2 | 47 | 2A |
| Octal | 37 | 270 | 211 | 123 | 0 | 32 | 34 | 242 | 107 | 52 |
| Binary | 11111 | 10111000 | 10001001 | 1010011 | 0 | 11010 | 11100 | 10100010 | 1000111 | 101010 |
Color Harmonies of #1FB889
Complementary color
Monochromatic Colors of #1FB889
Black with #1FB889
Text Example
Text Example
White with #1FB889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB889; }
p { color: rgb(31,184,137); }
H1.HeaderClassName
{
color: #1FB889;
}
.AnyTagClassName
{
color: #1FB889;
}
</style>
background-color css
<style>
a { background-color: #1FB889; }
a { background-color: rgb(31,184,137); }
div.DivClassName
{
background-color: #1FB889;
}
.BgClassName
{
background-color: #1FB889;
}
</style>
border-color css
<style>
span { border-color: #1FB889; }
span { border-color: rgb(31,184,137); }
td.TdClassName
{
border-color: #1FB889;
}
.TagClassName
{
border-color: #1FB889;
}
</style>