Shades of Mountain Meadow #1FC06F
Tints of Mountain Meadow #1FC06F
RGB
CMYK
RGB Variations
Color information
#1FC06F (or 0x1FC06F) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 6F. RGB value is (31,192,111). Sum of RGB (Red+Green+Blue) = 31+192+111=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC06F is #E03F90. Grayscale: #868686. Windows color (decimal): -14696337 or 7323679. OLE color: 7323679.
HSL color Cylindrical-coordinate representation of color #1FC06F: hue angle of 149.81º 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 #1FC06F is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 111 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.25 |
| HSL | 149.81º | 0.72% | 0.44% | - |
| HSV(B) | 149.81º | 0.84% | 0.75% | - |
| XYZ | 22.28 | 39.14 | 21.42 | - |
| YUV | 134.63 | 114.66 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 111 | 0.84 | 0 | 0.42 | 0.25 | 149.81 | 0.72 | 0.44 |
| Hex | 1F | C0 | 6F | 54 | 0 | 2A | 19 | 96 | 48 | 2C |
| Octal | 37 | 300 | 157 | 124 | 0 | 52 | 31 | 226 | 110 | 54 |
| Binary | 11111 | 11000000 | 1101111 | 1010100 | 0 | 101010 | 11001 | 10010110 | 1001000 | 101100 |
Color Harmonies of #1FC06F
Complementary color
Monochromatic Colors of #1FC06F
Black with #1FC06F
Text Example
Text Example
White with #1FC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC06F; }
p { color: rgb(31,192,111); }
H1.HeaderClassName
{
color: #1FC06F;
}
.AnyTagClassName
{
color: #1FC06F;
}
</style>
background-color css
<style>
a { background-color: #1FC06F; }
a { background-color: rgb(31,192,111); }
div.DivClassName
{
background-color: #1FC06F;
}
.BgClassName
{
background-color: #1FC06F;
}
</style>
border-color css
<style>
span { border-color: #1FC06F; }
span { border-color: rgb(31,192,111); }
td.TdClassName
{
border-color: #1FC06F;
}
.TagClassName
{
border-color: #1FC06F;
}
</style>