Shades of Mountain Meadow #1FC092
Tints of Mountain Meadow #1FC092
RGB
CMYK
RGB Variations
Color information
#1FC092 (or 0x1FC092) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 92. RGB value is (31,192,146). Sum of RGB (Red+Green+Blue) = 31+192+146=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC092 is #E03F6D. Grayscale: #8A8A8A. Windows color (decimal): -14696302 or 9617439. OLE color: 9617439.
HSL color Cylindrical-coordinate representation of color #1FC092: hue angle of 162.86º 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 #1FC092 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 146 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.25 |
| HSL | 162.86º | 0.72% | 0.44% | - |
| HSV(B) | 162.86º | 0.84% | 0.75% | - |
| XYZ | 24.6 | 40.07 | 33.63 | - |
| YUV | 138.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 146 | 0.84 | 0 | 0.24 | 0.25 | 162.86 | 0.72 | 0.44 |
| Hex | 1F | C0 | 92 | 54 | 0 | 18 | 19 | A3 | 48 | 2C |
| Octal | 37 | 300 | 222 | 124 | 0 | 30 | 31 | 243 | 110 | 54 |
| Binary | 11111 | 11000000 | 10010010 | 1010100 | 0 | 11000 | 11001 | 10100011 | 1001000 | 101100 |
Color Harmonies of #1FC092
Complementary color
Monochromatic Colors of #1FC092
Black with #1FC092
Text Example
Text Example
White with #1FC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC092; }
p { color: rgb(31,192,146); }
H1.HeaderClassName
{
color: #1FC092;
}
.AnyTagClassName
{
color: #1FC092;
}
</style>
background-color css
<style>
a { background-color: #1FC092; }
a { background-color: rgb(31,192,146); }
div.DivClassName
{
background-color: #1FC092;
}
.BgClassName
{
background-color: #1FC092;
}
</style>
border-color css
<style>
span { border-color: #1FC092; }
span { border-color: rgb(31,192,146); }
td.TdClassName
{
border-color: #1FC092;
}
.TagClassName
{
border-color: #1FC092;
}
</style>