Shades of Mountain Meadow #1FB68E
Tints of Mountain Meadow #1FB68E
RGB
CMYK
RGB Variations
Color information
#1FB68E (or 0x1FB68E) is known color: Mountain Meadow. HEX triplet: 1F, B6 and 8E. RGB value is (31,182,142). Sum of RGB (Red+Green+Blue) = 31+182+142=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #1FB68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB68E is #E04971. Grayscale: #848484. Windows color (decimal): -14698866 or 9352735. OLE color: 9352735.
HSL color Cylindrical-coordinate representation of color #1FB68E: hue angle of 164.11º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB68E is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 182 | 142 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.29 |
| HSL | 164.11º | 0.71% | 0.42% | - |
| HSV(B) | 164.11º | 0.83% | 0.71% | - |
| XYZ | 22.18 | 35.7 | 31.31 | - |
| YUV | 132.29 | 133.47 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 142 | 0.83 | 0 | 0.22 | 0.29 | 164.11 | 0.71 | 0.42 |
| Hex | 1F | B6 | 8E | 53 | 0 | 16 | 1D | A4 | 47 | 2A |
| Octal | 37 | 266 | 216 | 123 | 0 | 26 | 35 | 244 | 107 | 52 |
| Binary | 11111 | 10110110 | 10001110 | 1010011 | 0 | 10110 | 11101 | 10100100 | 1000111 | 101010 |
Color Harmonies of #1FB68E
Complementary color
Monochromatic Colors of #1FB68E
Black with #1FB68E
Text Example
Text Example
White with #1FB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB68E; }
p { color: rgb(31,182,142); }
H1.HeaderClassName
{
color: #1FB68E;
}
.AnyTagClassName
{
color: #1FB68E;
}
</style>
background-color css
<style>
a { background-color: #1FB68E; }
a { background-color: rgb(31,182,142); }
div.DivClassName
{
background-color: #1FB68E;
}
.BgClassName
{
background-color: #1FB68E;
}
</style>
border-color css
<style>
span { border-color: #1FB68E; }
span { border-color: rgb(31,182,142); }
td.TdClassName
{
border-color: #1FB68E;
}
.TagClassName
{
border-color: #1FB68E;
}
</style>