Shades of Mountain Meadow #1FAB85
Tints of Mountain Meadow #1FAB85
RGB
CMYK
RGB Variations
Color information
#1FAB85 (or 0x1FAB85) is known color: Mountain Meadow. HEX triplet: 1F, AB and 85. RGB value is (31,171,133). Sum of RGB (Red+Green+Blue) = 31+171+133=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB85 is #E0547A. Grayscale: #7C7C7C. Windows color (decimal): -14701691 or 8760095. OLE color: 8760095.
HSL color Cylindrical-coordinate representation of color #1FAB85: hue angle of 163.71º 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 #1FAB85 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 133 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.33 |
| HSL | 163.71º | 0.69% | 0.4% | - |
| HSV(B) | 163.71º | 0.82% | 0.67% | - |
| XYZ | 19.36 | 31.11 | 27.17 | - |
| YUV | 124.81 | 132.62 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 133 | 0.82 | 0 | 0.22 | 0.33 | 163.71 | 0.69 | 0.4 |
| Hex | 1F | AB | 85 | 52 | 0 | 16 | 21 | A4 | 45 | 28 |
| Octal | 37 | 253 | 205 | 122 | 0 | 26 | 41 | 244 | 105 | 50 |
| Binary | 11111 | 10101011 | 10000101 | 1010010 | 0 | 10110 | 100001 | 10100100 | 1000101 | 101000 |
Color Harmonies of #1FAB85
Complementary color
Monochromatic Colors of #1FAB85
Black with #1FAB85
Text Example
Text Example
White with #1FAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB85; }
p { color: rgb(31,171,133); }
H1.HeaderClassName
{
color: #1FAB85;
}
.AnyTagClassName
{
color: #1FAB85;
}
</style>
background-color css
<style>
a { background-color: #1FAB85; }
a { background-color: rgb(31,171,133); }
div.DivClassName
{
background-color: #1FAB85;
}
.BgClassName
{
background-color: #1FAB85;
}
</style>
border-color css
<style>
span { border-color: #1FAB85; }
span { border-color: rgb(31,171,133); }
td.TdClassName
{
border-color: #1FAB85;
}
.TagClassName
{
border-color: #1FAB85;
}
</style>