Shades of Mountain Meadow #1FC193
Tints of Mountain Meadow #1FC193
RGB
CMYK
RGB Variations
Color information
#1FC193 (or 0x1FC193) is known color: Mountain Meadow. HEX triplet: 1F, C1 and 93. RGB value is (31,193,147). Sum of RGB (Red+Green+Blue) = 31+193+147=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC193 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC193 is #E03E6C. Grayscale: #8B8B8B. Windows color (decimal): -14696045 or 9683231. OLE color: 9683231.
HSL color Cylindrical-coordinate representation of color #1FC193: hue angle of 162.96º 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 #1FC193 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 147 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.24 |
| HSL | 162.96º | 0.72% | 0.44% | - |
| HSV(B) | 162.96º | 0.84% | 0.76% | - |
| XYZ | 24.9 | 40.54 | 34.12 | - |
| YUV | 139.32 | 132.33 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 147 | 0.84 | 0 | 0.24 | 0.24 | 162.96 | 0.72 | 0.44 |
| Hex | 1F | C1 | 93 | 54 | 0 | 18 | 18 | A3 | 48 | 2C |
| Octal | 37 | 301 | 223 | 124 | 0 | 30 | 30 | 243 | 110 | 54 |
| Binary | 11111 | 11000001 | 10010011 | 1010100 | 0 | 11000 | 11000 | 10100011 | 1001000 | 101100 |
Color Harmonies of #1FC193
Complementary color
Monochromatic Colors of #1FC193
Black with #1FC193
Text Example
Text Example
White with #1FC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC193; }
p { color: rgb(31,193,147); }
H1.HeaderClassName
{
color: #1FC193;
}
.AnyTagClassName
{
color: #1FC193;
}
</style>
background-color css
<style>
a { background-color: #1FC193; }
a { background-color: rgb(31,193,147); }
div.DivClassName
{
background-color: #1FC193;
}
.BgClassName
{
background-color: #1FC193;
}
</style>
border-color css
<style>
span { border-color: #1FC193; }
span { border-color: rgb(31,193,147); }
td.TdClassName
{
border-color: #1FC193;
}
.TagClassName
{
border-color: #1FC193;
}
</style>