Shades of Mountain Meadow #1FC095
Tints of Mountain Meadow #1FC095
RGB
CMYK
RGB Variations
Color information
#1FC095 (or 0x1FC095) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 95. RGB value is (31,192,149). Sum of RGB (Red+Green+Blue) = 31+192+149=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC095 is #E03F6A. Grayscale: #8A8A8A. Windows color (decimal): -14696299 or 9814047. OLE color: 9814047.
HSL color Cylindrical-coordinate representation of color #1FC095: hue angle of 163.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC095 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 149 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.25 |
| HSL | 163.98º | 0.72% | 0.44% | - |
| HSV(B) | 163.98º | 0.84% | 0.75% | - |
| XYZ | 24.84 | 40.16 | 34.88 | - |
| YUV | 138.96 | 133.66 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 149 | 0.84 | 0 | 0.22 | 0.25 | 163.98 | 0.72 | 0.44 |
| Hex | 1F | C0 | 95 | 54 | 0 | 16 | 19 | A4 | 48 | 2C |
| Octal | 37 | 300 | 225 | 124 | 0 | 26 | 31 | 244 | 110 | 54 |
| Binary | 11111 | 11000000 | 10010101 | 1010100 | 0 | 10110 | 11001 | 10100100 | 1001000 | 101100 |
Color Harmonies of #1FC095
Complementary color
Monochromatic Colors of #1FC095
Black with #1FC095
Text Example
Text Example
White with #1FC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC095; }
p { color: rgb(31,192,149); }
H1.HeaderClassName
{
color: #1FC095;
}
.AnyTagClassName
{
color: #1FC095;
}
</style>
background-color css
<style>
a { background-color: #1FC095; }
a { background-color: rgb(31,192,149); }
div.DivClassName
{
background-color: #1FC095;
}
.BgClassName
{
background-color: #1FC095;
}
</style>
border-color css
<style>
span { border-color: #1FC095; }
span { border-color: rgb(31,192,149); }
td.TdClassName
{
border-color: #1FC095;
}
.TagClassName
{
border-color: #1FC095;
}
</style>