Shades of Mountain Meadow #1DA174
Tints of Mountain Meadow #1DA174
RGB
CMYK
RGB Variations
Color information
#1DA174 (or 0x1DA174) is known color: Mountain Meadow. HEX triplet: 1D, A1 and 74. RGB value is (29,161,116). Sum of RGB (Red+Green+Blue) = 29+161+116=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA174 is #E25E8B. Grayscale: #747474. Windows color (decimal): -14835340 or 7643421. OLE color: 7643421.
HSL color Cylindrical-coordinate representation of color #1DA174: hue angle of 159.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA174 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 116 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.37 |
| HSL | 159.55º | 0.69% | 0.37% | - |
| HSV(B) | 159.55º | 0.82% | 0.63% | - |
| XYZ | 16.4 | 27.01 | 20.87 | - |
| YUV | 116.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 116 | 0.82 | 0 | 0.28 | 0.37 | 159.55 | 0.69 | 0.37 |
| Hex | 1D | A1 | 74 | 52 | 0 | 1C | 25 | A0 | 45 | 25 |
| Octal | 35 | 241 | 164 | 122 | 0 | 34 | 45 | 240 | 105 | 45 |
| Binary | 11101 | 10100001 | 1110100 | 1010010 | 0 | 11100 | 100101 | 10100000 | 1000101 | 100101 |
Color Harmonies of #1DA174
Complementary color
Monochromatic Colors of #1DA174
Black with #1DA174
Text Example
Text Example
White with #1DA174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA174; }
p { color: rgb(29,161,116); }
H1.HeaderClassName
{
color: #1DA174;
}
.AnyTagClassName
{
color: #1DA174;
}
</style>
background-color css
<style>
a { background-color: #1DA174; }
a { background-color: rgb(29,161,116); }
div.DivClassName
{
background-color: #1DA174;
}
.BgClassName
{
background-color: #1DA174;
}
</style>
border-color css
<style>
span { border-color: #1DA174; }
span { border-color: rgb(29,161,116); }
td.TdClassName
{
border-color: #1DA174;
}
.TagClassName
{
border-color: #1DA174;
}
</style>