Shades of Mountain Meadow #1FC172
Tints of Mountain Meadow #1FC172
RGB
CMYK
RGB Variations
Color information
#1FC172 (or 0x1FC172) is known color: Mountain Meadow. HEX triplet: 1F, C1 and 72. RGB value is (31,193,114). Sum of RGB (Red+Green+Blue) = 31+193+114=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC172 is #E03E8D. Grayscale: #878787. Windows color (decimal): -14696078 or 7520543. OLE color: 7520543.
HSL color Cylindrical-coordinate representation of color #1FC172: hue angle of 150.74º 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 #1FC172 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 114 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.24 |
| HSL | 150.74º | 0.72% | 0.44% | - |
| HSV(B) | 150.74º | 0.84% | 0.76% | - |
| XYZ | 22.67 | 39.65 | 22.38 | - |
| YUV | 135.56 | 115.83 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 114 | 0.84 | 0 | 0.41 | 0.24 | 150.74 | 0.72 | 0.44 |
| Hex | 1F | C1 | 72 | 54 | 0 | 29 | 18 | 97 | 48 | 2C |
| Octal | 37 | 301 | 162 | 124 | 0 | 51 | 30 | 227 | 110 | 54 |
| Binary | 11111 | 11000001 | 1110010 | 1010100 | 0 | 101001 | 11000 | 10010111 | 1001000 | 101100 |
Color Harmonies of #1FC172
Complementary color
Monochromatic Colors of #1FC172
Black with #1FC172
Text Example
Text Example
White with #1FC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC172; }
p { color: rgb(31,193,114); }
H1.HeaderClassName
{
color: #1FC172;
}
.AnyTagClassName
{
color: #1FC172;
}
</style>
background-color css
<style>
a { background-color: #1FC172; }
a { background-color: rgb(31,193,114); }
div.DivClassName
{
background-color: #1FC172;
}
.BgClassName
{
background-color: #1FC172;
}
</style>
border-color css
<style>
span { border-color: #1FC172; }
span { border-color: rgb(31,193,114); }
td.TdClassName
{
border-color: #1FC172;
}
.TagClassName
{
border-color: #1FC172;
}
</style>