Shades of Mountain Meadow #1FC295
Tints of Mountain Meadow #1FC295
RGB
CMYK
RGB Variations
Color information
#1FC295 (or 0x1FC295) is known color: Mountain Meadow. HEX triplet: 1F, C2 and 95. RGB value is (31,194,149). Sum of RGB (Red+Green+Blue) = 31+194+149=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC295 is #E03D6A. Grayscale: #8C8C8C. Windows color (decimal): -14695787 or 9814559. OLE color: 9814559.
HSL color Cylindrical-coordinate representation of color #1FC295: hue angle of 163.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC295 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 149 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.24 |
| HSL | 163.44º | 0.72% | 0.44% | - |
| HSV(B) | 163.44º | 0.84% | 0.76% | - |
| XYZ | 25.28 | 41.04 | 35.02 | - |
| YUV | 140.13 | 133 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 149 | 0.84 | 0 | 0.23 | 0.24 | 163.44 | 0.72 | 0.44 |
| Hex | 1F | C2 | 95 | 54 | 0 | 17 | 18 | A3 | 48 | 2C |
| Octal | 37 | 302 | 225 | 124 | 0 | 27 | 30 | 243 | 110 | 54 |
| Binary | 11111 | 11000010 | 10010101 | 1010100 | 0 | 10111 | 11000 | 10100011 | 1001000 | 101100 |
Color Harmonies of #1FC295
Complementary color
Monochromatic Colors of #1FC295
Black with #1FC295
Text Example
Text Example
White with #1FC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC295; }
p { color: rgb(31,194,149); }
H1.HeaderClassName
{
color: #1FC295;
}
.AnyTagClassName
{
color: #1FC295;
}
</style>
background-color css
<style>
a { background-color: #1FC295; }
a { background-color: rgb(31,194,149); }
div.DivClassName
{
background-color: #1FC295;
}
.BgClassName
{
background-color: #1FC295;
}
</style>
border-color css
<style>
span { border-color: #1FC295; }
span { border-color: rgb(31,194,149); }
td.TdClassName
{
border-color: #1FC295;
}
.TagClassName
{
border-color: #1FC295;
}
</style>