Shades of Mountain Meadow #1FC38E
Tints of Mountain Meadow #1FC38E
RGB
CMYK
RGB Variations
Color information
#1FC38E (or 0x1FC38E) is known color: Mountain Meadow. HEX triplet: 1F, C3 and 8E. RGB value is (31,195,142). Sum of RGB (Red+Green+Blue) = 31+195+142=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC38E is #E03C71. Grayscale: #8B8B8B. Windows color (decimal): -14695538 or 9356063. OLE color: 9356063.
HSL color Cylindrical-coordinate representation of color #1FC38E: hue angle of 160.61º degrees, saturation: 0.73, 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 #1FC38E is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 142 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.24 |
| HSL | 160.61º | 0.73% | 0.44% | - |
| HSV(B) | 160.61º | 0.84% | 0.76% | - |
| XYZ | 24.96 | 41.27 | 32.24 | - |
| YUV | 139.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 142 | 0.84 | 0 | 0.27 | 0.24 | 160.61 | 0.73 | 0.44 |
| Hex | 1F | C3 | 8E | 54 | 0 | 1B | 18 | A1 | 49 | 2C |
| Octal | 37 | 303 | 216 | 124 | 0 | 33 | 30 | 241 | 111 | 54 |
| Binary | 11111 | 11000011 | 10001110 | 1010100 | 0 | 11011 | 11000 | 10100001 | 1001001 | 101100 |
Color Harmonies of #1FC38E
Complementary color
Monochromatic Colors of #1FC38E
Black with #1FC38E
Text Example
Text Example
White with #1FC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC38E; }
p { color: rgb(31,195,142); }
H1.HeaderClassName
{
color: #1FC38E;
}
.AnyTagClassName
{
color: #1FC38E;
}
</style>
background-color css
<style>
a { background-color: #1FC38E; }
a { background-color: rgb(31,195,142); }
div.DivClassName
{
background-color: #1FC38E;
}
.BgClassName
{
background-color: #1FC38E;
}
</style>
border-color css
<style>
span { border-color: #1FC38E; }
span { border-color: rgb(31,195,142); }
td.TdClassName
{
border-color: #1FC38E;
}
.TagClassName
{
border-color: #1FC38E;
}
</style>