Shades of Mountain Meadow #1FAB7B
Tints of Mountain Meadow #1FAB7B
RGB
CMYK
RGB Variations
Color information
#1FAB7B (or 0x1FAB7B) is known color: Mountain Meadow. HEX triplet: 1F, AB and 7B. RGB value is (31,171,123). Sum of RGB (Red+Green+Blue) = 31+171+123=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAB7B is #E05484. Grayscale: #7B7B7B. Windows color (decimal): -14701701 or 8104735. OLE color: 8104735.
HSL color Cylindrical-coordinate representation of color #1FAB7B: hue angle of 159.43º 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 #1FAB7B is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 123 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.33 |
| HSL | 159.43º | 0.69% | 0.4% | - |
| HSV(B) | 159.43º | 0.82% | 0.67% | - |
| XYZ | 18.7 | 30.85 | 23.71 | - |
| YUV | 123.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 123 | 0.82 | 0 | 0.28 | 0.33 | 159.43 | 0.69 | 0.4 |
| Hex | 1F | AB | 7B | 52 | 0 | 1C | 21 | 9F | 45 | 28 |
| Octal | 37 | 253 | 173 | 122 | 0 | 34 | 41 | 237 | 105 | 50 |
| Binary | 11111 | 10101011 | 1111011 | 1010010 | 0 | 11100 | 100001 | 10011111 | 1000101 | 101000 |
Color Harmonies of #1FAB7B
Complementary color
Monochromatic Colors of #1FAB7B
Black with #1FAB7B
Text Example
Text Example
White with #1FAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB7B; }
p { color: rgb(31,171,123); }
H1.HeaderClassName
{
color: #1FAB7B;
}
.AnyTagClassName
{
color: #1FAB7B;
}
</style>
background-color css
<style>
a { background-color: #1FAB7B; }
a { background-color: rgb(31,171,123); }
div.DivClassName
{
background-color: #1FAB7B;
}
.BgClassName
{
background-color: #1FAB7B;
}
</style>
border-color css
<style>
span { border-color: #1FAB7B; }
span { border-color: rgb(31,171,123); }
td.TdClassName
{
border-color: #1FAB7B;
}
.TagClassName
{
border-color: #1FAB7B;
}
</style>