Shades of Mountain Meadow #1FC088
Tints of Mountain Meadow #1FC088
RGB
CMYK
RGB Variations
Color information
#1FC088 (or 0x1FC088) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 88. RGB value is (31,192,136). Sum of RGB (Red+Green+Blue) = 31+192+136=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC088 is #E03F77. Grayscale: #898989. Windows color (decimal): -14696312 or 8962079. OLE color: 8962079.
HSL color Cylindrical-coordinate representation of color #1FC088: hue angle of 159.13º 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 #1FC088 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 136 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.25 |
| HSL | 159.13º | 0.72% | 0.44% | - |
| HSV(B) | 159.13º | 0.84% | 0.75% | - |
| XYZ | 23.86 | 39.77 | 29.71 | - |
| YUV | 137.48 | 127.16 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 136 | 0.84 | 0 | 0.29 | 0.25 | 159.13 | 0.72 | 0.44 |
| Hex | 1F | C0 | 88 | 54 | 0 | 1D | 19 | 9F | 48 | 2C |
| Octal | 37 | 300 | 210 | 124 | 0 | 35 | 31 | 237 | 110 | 54 |
| Binary | 11111 | 11000000 | 10001000 | 1010100 | 0 | 11101 | 11001 | 10011111 | 1001000 | 101100 |
Color Harmonies of #1FC088
Complementary color
Monochromatic Colors of #1FC088
Black with #1FC088
Text Example
Text Example
White with #1FC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC088; }
p { color: rgb(31,192,136); }
H1.HeaderClassName
{
color: #1FC088;
}
.AnyTagClassName
{
color: #1FC088;
}
</style>
background-color css
<style>
a { background-color: #1FC088; }
a { background-color: rgb(31,192,136); }
div.DivClassName
{
background-color: #1FC088;
}
.BgClassName
{
background-color: #1FC088;
}
</style>
border-color css
<style>
span { border-color: #1FC088; }
span { border-color: rgb(31,192,136); }
td.TdClassName
{
border-color: #1FC088;
}
.TagClassName
{
border-color: #1FC088;
}
</style>