Shades of Mountain Meadow #1FAD7B
Tints of Mountain Meadow #1FAD7B
RGB
CMYK
RGB Variations
Color information
#1FAD7B (or 0x1FAD7B) is known color: Mountain Meadow. HEX triplet: 1F, AD and 7B. RGB value is (31,173,123). Sum of RGB (Red+Green+Blue) = 31+173+123=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD7B is #E05284. Grayscale: #7C7C7C. Windows color (decimal): -14701189 or 8105247. OLE color: 8105247.
HSL color Cylindrical-coordinate representation of color #1FAD7B: hue angle of 158.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD7B is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 123 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.32 |
| HSL | 158.87º | 0.7% | 0.4% | - |
| HSV(B) | 158.87º | 0.82% | 0.68% | - |
| XYZ | 19.08 | 31.61 | 23.83 | - |
| YUV | 124.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 123 | 0.82 | 0 | 0.29 | 0.32 | 158.87 | 0.7 | 0.4 |
| Hex | 1F | AD | 7B | 52 | 0 | 1D | 20 | 9F | 46 | 28 |
| Octal | 37 | 255 | 173 | 122 | 0 | 35 | 40 | 237 | 106 | 50 |
| Binary | 11111 | 10101101 | 1111011 | 1010010 | 0 | 11101 | 100000 | 10011111 | 1000110 | 101000 |
Color Harmonies of #1FAD7B
Complementary color
Monochromatic Colors of #1FAD7B
Black with #1FAD7B
Text Example
Text Example
White with #1FAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD7B; }
p { color: rgb(31,173,123); }
H1.HeaderClassName
{
color: #1FAD7B;
}
.AnyTagClassName
{
color: #1FAD7B;
}
</style>
background-color css
<style>
a { background-color: #1FAD7B; }
a { background-color: rgb(31,173,123); }
div.DivClassName
{
background-color: #1FAD7B;
}
.BgClassName
{
background-color: #1FAD7B;
}
</style>
border-color css
<style>
span { border-color: #1FAD7B; }
span { border-color: rgb(31,173,123); }
td.TdClassName
{
border-color: #1FAD7B;
}
.TagClassName
{
border-color: #1FAD7B;
}
</style>