Shades of Mountain Meadow #1FC184
Tints of Mountain Meadow #1FC184
RGB
CMYK
RGB Variations
Color information
#1FC184 (or 0x1FC184) is known color: Mountain Meadow. HEX triplet: 1F, C1 and 84. RGB value is (31,193,132). Sum of RGB (Red+Green+Blue) = 31+193+132=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC184 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC184 is #E03E7B. Grayscale: #898989. Windows color (decimal): -14696060 or 8700191. OLE color: 8700191.
HSL color Cylindrical-coordinate representation of color #1FC184: hue angle of 157.41º 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 #1FC184 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 132 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.24 |
| HSL | 157.41º | 0.72% | 0.44% | - |
| HSV(B) | 157.41º | 0.84% | 0.76% | - |
| XYZ | 23.8 | 40.1 | 28.31 | - |
| YUV | 137.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 132 | 0.84 | 0 | 0.32 | 0.24 | 157.41 | 0.72 | 0.44 |
| Hex | 1F | C1 | 84 | 54 | 0 | 20 | 18 | 9D | 48 | 2C |
| Octal | 37 | 301 | 204 | 124 | 0 | 40 | 30 | 235 | 110 | 54 |
| Binary | 11111 | 11000001 | 10000100 | 1010100 | 0 | 100000 | 11000 | 10011101 | 1001000 | 101100 |
Color Harmonies of #1FC184
Complementary color
Monochromatic Colors of #1FC184
Black with #1FC184
Text Example
Text Example
White with #1FC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC184; }
p { color: rgb(31,193,132); }
H1.HeaderClassName
{
color: #1FC184;
}
.AnyTagClassName
{
color: #1FC184;
}
</style>
background-color css
<style>
a { background-color: #1FC184; }
a { background-color: rgb(31,193,132); }
div.DivClassName
{
background-color: #1FC184;
}
.BgClassName
{
background-color: #1FC184;
}
</style>
border-color css
<style>
span { border-color: #1FC184; }
span { border-color: rgb(31,193,132); }
td.TdClassName
{
border-color: #1FC184;
}
.TagClassName
{
border-color: #1FC184;
}
</style>