Shades of Mountain Meadow #1DB17C
Tints of Mountain Meadow #1DB17C
RGB
CMYK
RGB Variations
Color information
#1DB17C (or 0x1DB17C) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 7C. RGB value is (29,177,124). Sum of RGB (Red+Green+Blue) = 29+177+124=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB17C is #E24E83. Grayscale: #7E7E7E. Windows color (decimal): -14831236 or 8171805. OLE color: 8171805.
HSL color Cylindrical-coordinate representation of color #1DB17C: hue angle of 158.51º 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 #1DB17C is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 124 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.31 |
| HSL | 158.51º | 0.72% | 0.4% | - |
| HSV(B) | 158.51º | 0.84% | 0.69% | - |
| XYZ | 19.87 | 33.16 | 24.42 | - |
| YUV | 126.71 | 126.47 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 124 | 0.84 | 0 | 0.30 | 0.31 | 158.51 | 0.72 | 0.4 |
| Hex | 1D | B1 | 7C | 54 | 0 | 1E | 1F | 9F | 48 | 28 |
| Octal | 35 | 261 | 174 | 124 | 0 | 36 | 37 | 237 | 110 | 50 |
| Binary | 11101 | 10110001 | 1111100 | 1010100 | 0 | 11110 | 11111 | 10011111 | 1001000 | 101000 |
Color Harmonies of #1DB17C
Complementary color
Monochromatic Colors of #1DB17C
Black with #1DB17C
Text Example
Text Example
White with #1DB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB17C; }
p { color: rgb(29,177,124); }
H1.HeaderClassName
{
color: #1DB17C;
}
.AnyTagClassName
{
color: #1DB17C;
}
</style>
background-color css
<style>
a { background-color: #1DB17C; }
a { background-color: rgb(29,177,124); }
div.DivClassName
{
background-color: #1DB17C;
}
.BgClassName
{
background-color: #1DB17C;
}
</style>
border-color css
<style>
span { border-color: #1DB17C; }
span { border-color: rgb(29,177,124); }
td.TdClassName
{
border-color: #1DB17C;
}
.TagClassName
{
border-color: #1DB17C;
}
</style>