Shades of Mountain Meadow #1FC47A
Tints of Mountain Meadow #1FC47A
RGB
CMYK
RGB Variations
Color information
#1FC47A (or 0x1FC47A) is known color: Mountain Meadow. HEX triplet: 1F, C4 and 7A. RGB value is (31,196,122). Sum of RGB (Red+Green+Blue) = 31+196+122=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC47A is #E03B85. Grayscale: #8A8A8A. Windows color (decimal): -14695302 or 8045599. OLE color: 8045599.
HSL color Cylindrical-coordinate representation of color #1FC47A: hue angle of 153.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC47A is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 196 | 122 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.23 |
| HSL | 153.09º | 0.73% | 0.45% | - |
| HSV(B) | 153.09º | 0.84% | 0.77% | - |
| XYZ | 23.82 | 41.18 | 25.1 | - |
| YUV | 138.23 | 118.84 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 122 | 0.84 | 0 | 0.38 | 0.23 | 153.09 | 0.73 | 0.45 |
| Hex | 1F | C4 | 7A | 54 | 0 | 26 | 17 | 99 | 49 | 2D |
| Octal | 37 | 304 | 172 | 124 | 0 | 46 | 27 | 231 | 111 | 55 |
| Binary | 11111 | 11000100 | 1111010 | 1010100 | 0 | 100110 | 10111 | 10011001 | 1001001 | 101101 |
Color Harmonies of #1FC47A
Complementary color
Monochromatic Colors of #1FC47A
Black with #1FC47A
Text Example
Text Example
White with #1FC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC47A; }
p { color: rgb(31,196,122); }
H1.HeaderClassName
{
color: #1FC47A;
}
.AnyTagClassName
{
color: #1FC47A;
}
</style>
background-color css
<style>
a { background-color: #1FC47A; }
a { background-color: rgb(31,196,122); }
div.DivClassName
{
background-color: #1FC47A;
}
.BgClassName
{
background-color: #1FC47A;
}
</style>
border-color css
<style>
span { border-color: #1FC47A; }
span { border-color: rgb(31,196,122); }
td.TdClassName
{
border-color: #1FC47A;
}
.TagClassName
{
border-color: #1FC47A;
}
</style>