Shades of Mountain Meadow #1FC98B
Tints of Mountain Meadow #1FC98B
RGB
CMYK
RGB Variations
Color information
#1FC98B (or 0x1FC98B) is known color: Mountain Meadow. HEX triplet: 1F, C9 and 8B. RGB value is (31,201,139). Sum of RGB (Red+Green+Blue) = 31+201+139=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC98B is #E03674. Grayscale: #8F8F8F. Windows color (decimal): -14694005 or 9160991. OLE color: 9160991.
HSL color Cylindrical-coordinate representation of color #1FC98B: hue angle of 158.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC98B is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 139 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.21 |
| HSL | 158.12º | 0.73% | 0.45% | - |
| HSV(B) | 158.12º | 0.85% | 0.79% | - |
| XYZ | 26.11 | 43.93 | 31.53 | - |
| YUV | 143.1 | 125.68 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 139 | 0.85 | 0 | 0.31 | 0.21 | 158.12 | 0.73 | 0.45 |
| Hex | 1F | C9 | 8B | 55 | 0 | 1F | 15 | 9E | 49 | 2D |
| Octal | 37 | 311 | 213 | 125 | 0 | 37 | 25 | 236 | 111 | 55 |
| Binary | 11111 | 11001001 | 10001011 | 1010101 | 0 | 11111 | 10101 | 10011110 | 1001001 | 101101 |
Color Harmonies of #1FC98B
Complementary color
Monochromatic Colors of #1FC98B
Black with #1FC98B
Text Example
Text Example
White with #1FC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC98B; }
p { color: rgb(31,201,139); }
H1.HeaderClassName
{
color: #1FC98B;
}
.AnyTagClassName
{
color: #1FC98B;
}
</style>
background-color css
<style>
a { background-color: #1FC98B; }
a { background-color: rgb(31,201,139); }
div.DivClassName
{
background-color: #1FC98B;
}
.BgClassName
{
background-color: #1FC98B;
}
</style>
border-color css
<style>
span { border-color: #1FC98B; }
span { border-color: rgb(31,201,139); }
td.TdClassName
{
border-color: #1FC98B;
}
.TagClassName
{
border-color: #1FC98B;
}
</style>