Shades of Mountain Meadow #1FC097
Tints of Mountain Meadow #1FC097
RGB
CMYK
RGB Variations
Color information
#1FC097 (or 0x1FC097) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 97. RGB value is (31,192,151). Sum of RGB (Red+Green+Blue) = 31+192+151=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC097 is #E03F68. Grayscale: #8B8B8B. Windows color (decimal): -14696297 or 9945119. OLE color: 9945119.
HSL color Cylindrical-coordinate representation of color #1FC097: hue angle of 164.72º 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 #1FC097 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 151 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.25 |
| HSL | 164.72º | 0.72% | 0.44% | - |
| HSV(B) | 164.72º | 0.84% | 0.75% | - |
| XYZ | 25 | 40.22 | 35.72 | - |
| YUV | 139.19 | 134.66 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 151 | 0.84 | 0 | 0.21 | 0.25 | 164.72 | 0.72 | 0.44 |
| Hex | 1F | C0 | 97 | 54 | 0 | 15 | 19 | A5 | 48 | 2C |
| Octal | 37 | 300 | 227 | 124 | 0 | 25 | 31 | 245 | 110 | 54 |
| Binary | 11111 | 11000000 | 10010111 | 1010100 | 0 | 10101 | 11001 | 10100101 | 1001000 | 101100 |
Color Harmonies of #1FC097
Complementary color
Monochromatic Colors of #1FC097
Black with #1FC097
Text Example
Text Example
White with #1FC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC097; }
p { color: rgb(31,192,151); }
H1.HeaderClassName
{
color: #1FC097;
}
.AnyTagClassName
{
color: #1FC097;
}
</style>
background-color css
<style>
a { background-color: #1FC097; }
a { background-color: rgb(31,192,151); }
div.DivClassName
{
background-color: #1FC097;
}
.BgClassName
{
background-color: #1FC097;
}
</style>
border-color css
<style>
span { border-color: #1FC097; }
span { border-color: rgb(31,192,151); }
td.TdClassName
{
border-color: #1FC097;
}
.TagClassName
{
border-color: #1FC097;
}
</style>