Shades of Mountain Meadow #1FB97A
Tints of Mountain Meadow #1FB97A
RGB
CMYK
RGB Variations
Color information
#1FB97A (or 0x1FB97A) is known color: Mountain Meadow. HEX triplet: 1F, B9 and 7A. RGB value is (31,185,122). Sum of RGB (Red+Green+Blue) = 31+185+122=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB97A is #E04685. Grayscale: #838383. Windows color (decimal): -14698118 or 8042783. OLE color: 8042783.
HSL color Cylindrical-coordinate representation of color #1FB97A: hue angle of 155.45º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB97A is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 185 | 122 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.27 |
| HSL | 155.45º | 0.71% | 0.42% | - |
| HSV(B) | 155.45º | 0.83% | 0.73% | - |
| XYZ | 21.43 | 36.39 | 24.31 | - |
| YUV | 131.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 185 | 122 | 0.83 | 0 | 0.34 | 0.27 | 155.45 | 0.71 | 0.42 |
| Hex | 1F | B9 | 7A | 53 | 0 | 22 | 1B | 9B | 47 | 2A |
| Octal | 37 | 271 | 172 | 123 | 0 | 42 | 33 | 233 | 107 | 52 |
| Binary | 11111 | 10111001 | 1111010 | 1010011 | 0 | 100010 | 11011 | 10011011 | 1000111 | 101010 |
Color Harmonies of #1FB97A
Complementary color
Monochromatic Colors of #1FB97A
Black with #1FB97A
Text Example
Text Example
White with #1FB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB97A; }
p { color: rgb(31,185,122); }
H1.HeaderClassName
{
color: #1FB97A;
}
.AnyTagClassName
{
color: #1FB97A;
}
</style>
background-color css
<style>
a { background-color: #1FB97A; }
a { background-color: rgb(31,185,122); }
div.DivClassName
{
background-color: #1FB97A;
}
.BgClassName
{
background-color: #1FB97A;
}
</style>
border-color css
<style>
span { border-color: #1FB97A; }
span { border-color: rgb(31,185,122); }
td.TdClassName
{
border-color: #1FB97A;
}
.TagClassName
{
border-color: #1FB97A;
}
</style>