Shades of Mountain Meadow #1DC186
Tints of Mountain Meadow #1DC186
RGB
CMYK
RGB Variations
Color information
#1DC186 (or 0x1DC186) is known color: Mountain Meadow. HEX triplet: 1D, C1 and 86. RGB value is (29,193,134). Sum of RGB (Red+Green+Blue) = 29+193+134=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC186 is #E23E79. Grayscale: #898989. Windows color (decimal): -14827130 or 8831261. OLE color: 8831261.
HSL color Cylindrical-coordinate representation of color #1DC186: hue angle of 158.41º 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 #1DC186 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 134 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.24 |
| HSL | 158.41º | 0.74% | 0.44% | - |
| HSV(B) | 158.41º | 0.85% | 0.76% | - |
| XYZ | 23.88 | 40.12 | 29.04 | - |
| YUV | 137.24 | 126.17 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 134 | 0.85 | 0 | 0.31 | 0.24 | 158.41 | 0.74 | 0.44 |
| Hex | 1D | C1 | 86 | 55 | 0 | 1F | 18 | 9E | 4A | 2C |
| Octal | 35 | 301 | 206 | 125 | 0 | 37 | 30 | 236 | 112 | 54 |
| Binary | 11101 | 11000001 | 10000110 | 1010101 | 0 | 11111 | 11000 | 10011110 | 1001010 | 101100 |
Color Harmonies of #1DC186
Complementary color
Monochromatic Colors of #1DC186
Black with #1DC186
Text Example
Text Example
White with #1DC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC186; }
p { color: rgb(29,193,134); }
H1.HeaderClassName
{
color: #1DC186;
}
.AnyTagClassName
{
color: #1DC186;
}
</style>
background-color css
<style>
a { background-color: #1DC186; }
a { background-color: rgb(29,193,134); }
div.DivClassName
{
background-color: #1DC186;
}
.BgClassName
{
background-color: #1DC186;
}
</style>
border-color css
<style>
span { border-color: #1DC186; }
span { border-color: rgb(29,193,134); }
td.TdClassName
{
border-color: #1DC186;
}
.TagClassName
{
border-color: #1DC186;
}
</style>