Shades of Mountain Meadow #1DAE7F
Tints of Mountain Meadow #1DAE7F
RGB
CMYK
RGB Variations
Color information
#1DAE7F (or 0x1DAE7F) is known color: Mountain Meadow. HEX triplet: 1D, AE and 7F. RGB value is (29,174,127). Sum of RGB (Red+Green+Blue) = 29+174+127=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE7F is #E25180. Grayscale: #7D7D7D. Windows color (decimal): -14832001 or 8367645. OLE color: 8367645.
HSL color Cylindrical-coordinate representation of color #1DAE7F: hue angle of 160.55º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE7F is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 127 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.32 |
| HSL | 160.55º | 0.71% | 0.4% | - |
| HSV(B) | 160.55º | 0.83% | 0.68% | - |
| XYZ | 19.47 | 32.07 | 25.24 | - |
| YUV | 125.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 127 | 0.83 | 0 | 0.27 | 0.32 | 160.55 | 0.71 | 0.4 |
| Hex | 1D | AE | 7F | 53 | 0 | 1B | 20 | A1 | 47 | 28 |
| Octal | 35 | 256 | 177 | 123 | 0 | 33 | 40 | 241 | 107 | 50 |
| Binary | 11101 | 10101110 | 1111111 | 1010011 | 0 | 11011 | 100000 | 10100001 | 1000111 | 101000 |
Color Harmonies of #1DAE7F
Complementary color
Monochromatic Colors of #1DAE7F
Black with #1DAE7F
Text Example
Text Example
White with #1DAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE7F; }
p { color: rgb(29,174,127); }
H1.HeaderClassName
{
color: #1DAE7F;
}
.AnyTagClassName
{
color: #1DAE7F;
}
</style>
background-color css
<style>
a { background-color: #1DAE7F; }
a { background-color: rgb(29,174,127); }
div.DivClassName
{
background-color: #1DAE7F;
}
.BgClassName
{
background-color: #1DAE7F;
}
</style>
border-color css
<style>
span { border-color: #1DAE7F; }
span { border-color: rgb(29,174,127); }
td.TdClassName
{
border-color: #1DAE7F;
}
.TagClassName
{
border-color: #1DAE7F;
}
</style>