Shades of Mountain Meadow #1FAD84
Tints of Mountain Meadow #1FAD84
RGB
CMYK
RGB Variations
Color information
#1FAD84 (or 0x1FAD84) is known color: Mountain Meadow. HEX triplet: 1F, AD and 84. RGB value is (31,173,132). Sum of RGB (Red+Green+Blue) = 31+173+132=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD84 is #E0527B. Grayscale: #7D7D7D. Windows color (decimal): -14701180 or 8695071. OLE color: 8695071.
HSL color Cylindrical-coordinate representation of color #1FAD84: hue angle of 162.68º 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 #1FAD84 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 132 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.32 |
| HSL | 162.68º | 0.7% | 0.4% | - |
| HSV(B) | 162.68º | 0.82% | 0.68% | - |
| XYZ | 19.67 | 31.84 | 26.94 | - |
| YUV | 125.87 | 131.46 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 132 | 0.82 | 0 | 0.24 | 0.32 | 162.68 | 0.7 | 0.4 |
| Hex | 1F | AD | 84 | 52 | 0 | 18 | 20 | A3 | 46 | 28 |
| Octal | 37 | 255 | 204 | 122 | 0 | 30 | 40 | 243 | 106 | 50 |
| Binary | 11111 | 10101101 | 10000100 | 1010010 | 0 | 11000 | 100000 | 10100011 | 1000110 | 101000 |
Color Harmonies of #1FAD84
Complementary color
Monochromatic Colors of #1FAD84
Black with #1FAD84
Text Example
Text Example
White with #1FAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD84; }
p { color: rgb(31,173,132); }
H1.HeaderClassName
{
color: #1FAD84;
}
.AnyTagClassName
{
color: #1FAD84;
}
</style>
background-color css
<style>
a { background-color: #1FAD84; }
a { background-color: rgb(31,173,132); }
div.DivClassName
{
background-color: #1FAD84;
}
.BgClassName
{
background-color: #1FAD84;
}
</style>
border-color css
<style>
span { border-color: #1FAD84; }
span { border-color: rgb(31,173,132); }
td.TdClassName
{
border-color: #1FAD84;
}
.TagClassName
{
border-color: #1FAD84;
}
</style>