Shades of Mountain Meadow #1DC17C
Tints of Mountain Meadow #1DC17C
RGB
CMYK
RGB Variations
Color information
#1DC17C (or 0x1DC17C) is known color: Mountain Meadow. HEX triplet: 1D, C1 and 7C. RGB value is (29,193,124). Sum of RGB (Red+Green+Blue) = 29+193+124=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC17C is #E23E83. Grayscale: #888888. Windows color (decimal): -14827140 or 8175901. OLE color: 8175901.
HSL color Cylindrical-coordinate representation of color #1DC17C: hue angle of 154.76º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC17C is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 124 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.24 |
| HSL | 154.76º | 0.74% | 0.44% | - |
| HSV(B) | 154.76º | 0.85% | 0.76% | - |
| XYZ | 23.21 | 39.86 | 25.54 | - |
| YUV | 136.1 | 121.17 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 124 | 0.85 | 0 | 0.36 | 0.24 | 154.76 | 0.74 | 0.44 |
| Hex | 1D | C1 | 7C | 55 | 0 | 24 | 18 | 9B | 4A | 2C |
| Octal | 35 | 301 | 174 | 125 | 0 | 44 | 30 | 233 | 112 | 54 |
| Binary | 11101 | 11000001 | 1111100 | 1010101 | 0 | 100100 | 11000 | 10011011 | 1001010 | 101100 |
Color Harmonies of #1DC17C
Complementary color
Monochromatic Colors of #1DC17C
Black with #1DC17C
Text Example
Text Example
White with #1DC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC17C; }
p { color: rgb(29,193,124); }
H1.HeaderClassName
{
color: #1DC17C;
}
.AnyTagClassName
{
color: #1DC17C;
}
</style>
background-color css
<style>
a { background-color: #1DC17C; }
a { background-color: rgb(29,193,124); }
div.DivClassName
{
background-color: #1DC17C;
}
.BgClassName
{
background-color: #1DC17C;
}
</style>
border-color css
<style>
span { border-color: #1DC17C; }
span { border-color: rgb(29,193,124); }
td.TdClassName
{
border-color: #1DC17C;
}
.TagClassName
{
border-color: #1DC17C;
}
</style>