Shades of Mountain Meadow #1FAB80
Tints of Mountain Meadow #1FAB80
RGB
CMYK
RGB Variations
Color information
#1FAB80 (or 0x1FAB80) is known color: Mountain Meadow. HEX triplet: 1F, AB and 80. RGB value is (31,171,128). Sum of RGB (Red+Green+Blue) = 31+171+128=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB80 is #E0547F. Grayscale: #7C7C7C. Windows color (decimal): -14701696 or 8432415. OLE color: 8432415.
HSL color Cylindrical-coordinate representation of color #1FAB80: hue angle of 161.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB80 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 128 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.33 |
| HSL | 161.57º | 0.69% | 0.4% | - |
| HSV(B) | 161.57º | 0.82% | 0.67% | - |
| XYZ | 19.02 | 30.98 | 25.4 | - |
| YUV | 124.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 128 | 0.82 | 0 | 0.25 | 0.33 | 161.57 | 0.69 | 0.4 |
| Hex | 1F | AB | 80 | 52 | 0 | 19 | 21 | A2 | 45 | 28 |
| Octal | 37 | 253 | 200 | 122 | 0 | 31 | 41 | 242 | 105 | 50 |
| Binary | 11111 | 10101011 | 10000000 | 1010010 | 0 | 11001 | 100001 | 10100010 | 1000101 | 101000 |
Color Harmonies of #1FAB80
Complementary color
Monochromatic Colors of #1FAB80
Black with #1FAB80
Text Example
Text Example
White with #1FAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB80; }
p { color: rgb(31,171,128); }
H1.HeaderClassName
{
color: #1FAB80;
}
.AnyTagClassName
{
color: #1FAB80;
}
</style>
background-color css
<style>
a { background-color: #1FAB80; }
a { background-color: rgb(31,171,128); }
div.DivClassName
{
background-color: #1FAB80;
}
.BgClassName
{
background-color: #1FAB80;
}
</style>
border-color css
<style>
span { border-color: #1FAB80; }
span { border-color: rgb(31,171,128); }
td.TdClassName
{
border-color: #1FAB80;
}
.TagClassName
{
border-color: #1FAB80;
}
</style>