Shades of Mountain Meadow #1DB17E
Tints of Mountain Meadow #1DB17E
RGB
CMYK
RGB Variations
Color information
#1DB17E (or 0x1DB17E) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 7E. RGB value is (29,177,126). Sum of RGB (Red+Green+Blue) = 29+177+126=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB17E is #E24E81. Grayscale: #7E7E7E. Windows color (decimal): -14831234 or 8302877. OLE color: 8302877.
HSL color Cylindrical-coordinate representation of color #1DB17E: hue angle of 159.32º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB17E is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 126 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.31 |
| HSL | 159.32º | 0.72% | 0.4% | - |
| HSV(B) | 159.32º | 0.84% | 0.69% | - |
| XYZ | 19.99 | 33.21 | 25.1 | - |
| YUV | 126.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 126 | 0.84 | 0 | 0.29 | 0.31 | 159.32 | 0.72 | 0.4 |
| Hex | 1D | B1 | 7E | 54 | 0 | 1D | 1F | 9F | 48 | 28 |
| Octal | 35 | 261 | 176 | 124 | 0 | 35 | 37 | 237 | 110 | 50 |
| Binary | 11101 | 10110001 | 1111110 | 1010100 | 0 | 11101 | 11111 | 10011111 | 1001000 | 101000 |
Color Harmonies of #1DB17E
Complementary color
Monochromatic Colors of #1DB17E
Black with #1DB17E
Text Example
Text Example
White with #1DB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB17E; }
p { color: rgb(29,177,126); }
H1.HeaderClassName
{
color: #1DB17E;
}
.AnyTagClassName
{
color: #1DB17E;
}
</style>
background-color css
<style>
a { background-color: #1DB17E; }
a { background-color: rgb(29,177,126); }
div.DivClassName
{
background-color: #1DB17E;
}
.BgClassName
{
background-color: #1DB17E;
}
</style>
border-color css
<style>
span { border-color: #1DB17E; }
span { border-color: rgb(29,177,126); }
td.TdClassName
{
border-color: #1DB17E;
}
.TagClassName
{
border-color: #1DB17E;
}
</style>