Shades of Mountain Meadow #1DB886
Tints of Mountain Meadow #1DB886
RGB
CMYK
RGB Variations
Color information
#1DB886 (or 0x1DB886) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 86. RGB value is (29,184,134). Sum of RGB (Red+Green+Blue) = 29+184+134=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB886 is #E24779. Grayscale: #848484. Windows color (decimal): -14829434 or 8828957. OLE color: 8828957.
HSL color Cylindrical-coordinate representation of color #1DB886: hue angle of 160.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB886 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 134 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.28 |
| HSL | 160.65º | 0.73% | 0.42% | - |
| HSV(B) | 160.65º | 0.84% | 0.72% | - |
| XYZ | 21.95 | 36.26 | 28.4 | - |
| YUV | 131.96 | 129.15 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 134 | 0.84 | 0 | 0.27 | 0.28 | 160.65 | 0.73 | 0.42 |
| Hex | 1D | B8 | 86 | 54 | 0 | 1B | 1C | A1 | 49 | 2A |
| Octal | 35 | 270 | 206 | 124 | 0 | 33 | 34 | 241 | 111 | 52 |
| Binary | 11101 | 10111000 | 10000110 | 1010100 | 0 | 11011 | 11100 | 10100001 | 1001001 | 101010 |
Color Harmonies of #1DB886
Complementary color
Monochromatic Colors of #1DB886
Black with #1DB886
Text Example
Text Example
White with #1DB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB886; }
p { color: rgb(29,184,134); }
H1.HeaderClassName
{
color: #1DB886;
}
.AnyTagClassName
{
color: #1DB886;
}
</style>
background-color css
<style>
a { background-color: #1DB886; }
a { background-color: rgb(29,184,134); }
div.DivClassName
{
background-color: #1DB886;
}
.BgClassName
{
background-color: #1DB886;
}
</style>
border-color css
<style>
span { border-color: #1DB886; }
span { border-color: rgb(29,184,134); }
td.TdClassName
{
border-color: #1DB886;
}
.TagClassName
{
border-color: #1DB886;
}
</style>