Shades of Mountain Meadow #1FC292
Tints of Mountain Meadow #1FC292
RGB
CMYK
RGB Variations
Color information
#1FC292 (or 0x1FC292) is known color: Mountain Meadow. HEX triplet: 1F, C2 and 92. RGB value is (31,194,146). Sum of RGB (Red+Green+Blue) = 31+194+146=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC292 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC292 is #E03D6D. Grayscale: #8B8B8B. Windows color (decimal): -14695790 or 9617951. OLE color: 9617951.
HSL color Cylindrical-coordinate representation of color #1FC292: hue angle of 162.33º 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 #1FC292 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 146 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.24 |
| HSL | 162.33º | 0.72% | 0.44% | - |
| HSV(B) | 162.33º | 0.84% | 0.76% | - |
| XYZ | 25.05 | 40.95 | 33.78 | - |
| YUV | 139.79 | 131.5 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 146 | 0.84 | 0 | 0.25 | 0.24 | 162.33 | 0.72 | 0.44 |
| Hex | 1F | C2 | 92 | 54 | 0 | 19 | 18 | A2 | 48 | 2C |
| Octal | 37 | 302 | 222 | 124 | 0 | 31 | 30 | 242 | 110 | 54 |
| Binary | 11111 | 11000010 | 10010010 | 1010100 | 0 | 11001 | 11000 | 10100010 | 1001000 | 101100 |
Color Harmonies of #1FC292
Complementary color
Monochromatic Colors of #1FC292
Black with #1FC292
Text Example
Text Example
White with #1FC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC292; }
p { color: rgb(31,194,146); }
H1.HeaderClassName
{
color: #1FC292;
}
.AnyTagClassName
{
color: #1FC292;
}
</style>
background-color css
<style>
a { background-color: #1FC292; }
a { background-color: rgb(31,194,146); }
div.DivClassName
{
background-color: #1FC292;
}
.BgClassName
{
background-color: #1FC292;
}
</style>
border-color css
<style>
span { border-color: #1FC292; }
span { border-color: rgb(31,194,146); }
td.TdClassName
{
border-color: #1FC292;
}
.TagClassName
{
border-color: #1FC292;
}
</style>