Shades of Mountain Meadow #1FC18C
Tints of Mountain Meadow #1FC18C
RGB
CMYK
RGB Variations
Color information
#1FC18C (or 0x1FC18C) is known color: Mountain Meadow. HEX triplet: 1F, C1 and 8C. RGB value is (31,193,140). Sum of RGB (Red+Green+Blue) = 31+193+140=364 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.52% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC18C is #E03E73. Grayscale: #8A8A8A. Windows color (decimal): -14696052 or 9224479. OLE color: 9224479.
HSL color Cylindrical-coordinate representation of color #1FC18C: hue angle of 160.37º 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 #1FC18C is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 140 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.24 |
| HSL | 160.37º | 0.72% | 0.44% | - |
| HSV(B) | 160.37º | 0.84% | 0.76% | - |
| XYZ | 24.37 | 40.32 | 31.31 | - |
| YUV | 138.52 | 128.83 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 140 | 0.84 | 0 | 0.27 | 0.24 | 160.37 | 0.72 | 0.44 |
| Hex | 1F | C1 | 8C | 54 | 0 | 1B | 18 | A0 | 48 | 2C |
| Octal | 37 | 301 | 214 | 124 | 0 | 33 | 30 | 240 | 110 | 54 |
| Binary | 11111 | 11000001 | 10001100 | 1010100 | 0 | 11011 | 11000 | 10100000 | 1001000 | 101100 |
Color Harmonies of #1FC18C
Complementary color
Monochromatic Colors of #1FC18C
Black with #1FC18C
Text Example
Text Example
White with #1FC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC18C; }
p { color: rgb(31,193,140); }
H1.HeaderClassName
{
color: #1FC18C;
}
.AnyTagClassName
{
color: #1FC18C;
}
</style>
background-color css
<style>
a { background-color: #1FC18C; }
a { background-color: rgb(31,193,140); }
div.DivClassName
{
background-color: #1FC18C;
}
.BgClassName
{
background-color: #1FC18C;
}
</style>
border-color css
<style>
span { border-color: #1FC18C; }
span { border-color: rgb(31,193,140); }
td.TdClassName
{
border-color: #1FC18C;
}
.TagClassName
{
border-color: #1FC18C;
}
</style>