Shades of Mountain Meadow #1DAE75
Tints of Mountain Meadow #1DAE75
RGB
CMYK
RGB Variations
Color information
#1DAE75 (or 0x1DAE75) is known color: Mountain Meadow. HEX triplet: 1D, AE and 75. RGB value is (29,174,117). Sum of RGB (Red+Green+Blue) = 29+174+117=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE75 is #E2518A. Grayscale: #7C7C7C. Windows color (decimal): -14832011 or 7712285. OLE color: 7712285.
HSL color Cylindrical-coordinate representation of color #1DAE75: hue angle of 156.41º 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 #1DAE75 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 117 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.32 |
| HSL | 156.41º | 0.71% | 0.4% | - |
| HSV(B) | 156.41º | 0.83% | 0.68% | - |
| XYZ | 18.85 | 31.82 | 21.98 | - |
| YUV | 124.15 | 123.96 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 117 | 0.83 | 0 | 0.33 | 0.32 | 156.41 | 0.71 | 0.4 |
| Hex | 1D | AE | 75 | 53 | 0 | 21 | 20 | 9C | 47 | 28 |
| Octal | 35 | 256 | 165 | 123 | 0 | 41 | 40 | 234 | 107 | 50 |
| Binary | 11101 | 10101110 | 1110101 | 1010011 | 0 | 100001 | 100000 | 10011100 | 1000111 | 101000 |
Color Harmonies of #1DAE75
Complementary color
Monochromatic Colors of #1DAE75
Black with #1DAE75
Text Example
Text Example
White with #1DAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE75; }
p { color: rgb(29,174,117); }
H1.HeaderClassName
{
color: #1DAE75;
}
.AnyTagClassName
{
color: #1DAE75;
}
</style>
background-color css
<style>
a { background-color: #1DAE75; }
a { background-color: rgb(29,174,117); }
div.DivClassName
{
background-color: #1DAE75;
}
.BgClassName
{
background-color: #1DAE75;
}
</style>
border-color css
<style>
span { border-color: #1DAE75; }
span { border-color: rgb(29,174,117); }
td.TdClassName
{
border-color: #1DAE75;
}
.TagClassName
{
border-color: #1DAE75;
}
</style>