Shades of Mountain Meadow #1FB48A
Tints of Mountain Meadow #1FB48A
RGB
CMYK
RGB Variations
Color information
#1FB48A (or 0x1FB48A) is known color: Mountain Meadow. HEX triplet: 1F, B4 and 8A. RGB value is (31,180,138). Sum of RGB (Red+Green+Blue) = 31+180+138=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB48A is #E04B75. Grayscale: #828282. Windows color (decimal): -14699382 or 9090079. OLE color: 9090079.
HSL color Cylindrical-coordinate representation of color #1FB48A: hue angle of 163.09º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB48A is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 138 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.29 |
| HSL | 163.09º | 0.71% | 0.41% | - |
| HSV(B) | 163.09º | 0.83% | 0.71% | - |
| XYZ | 21.47 | 34.77 | 29.62 | - |
| YUV | 130.66 | 132.14 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 138 | 0.83 | 0 | 0.23 | 0.29 | 163.09 | 0.71 | 0.41 |
| Hex | 1F | B4 | 8A | 53 | 0 | 17 | 1D | A3 | 47 | 29 |
| Octal | 37 | 264 | 212 | 123 | 0 | 27 | 35 | 243 | 107 | 51 |
| Binary | 11111 | 10110100 | 10001010 | 1010011 | 0 | 10111 | 11101 | 10100011 | 1000111 | 101001 |
Color Harmonies of #1FB48A
Complementary color
Monochromatic Colors of #1FB48A
Black with #1FB48A
Text Example
Text Example
White with #1FB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB48A; }
p { color: rgb(31,180,138); }
H1.HeaderClassName
{
color: #1FB48A;
}
.AnyTagClassName
{
color: #1FB48A;
}
</style>
background-color css
<style>
a { background-color: #1FB48A; }
a { background-color: rgb(31,180,138); }
div.DivClassName
{
background-color: #1FB48A;
}
.BgClassName
{
background-color: #1FB48A;
}
</style>
border-color css
<style>
span { border-color: #1FB48A; }
span { border-color: rgb(31,180,138); }
td.TdClassName
{
border-color: #1FB48A;
}
.TagClassName
{
border-color: #1FB48A;
}
</style>