Shades of Mountain Meadow #1DCA89
Tints of Mountain Meadow #1DCA89
RGB
CMYK
RGB Variations
Color information
#1DCA89 (or 0x1DCA89) is known color: Mountain Meadow. HEX triplet: 1D, CA and 89. RGB value is (29,202,137). Sum of RGB (Red+Green+Blue) = 29+202+137=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCA89 is #E23576. Grayscale: #8E8E8E. Windows color (decimal): -14824823 or 9030173. OLE color: 9030173.
HSL color Cylindrical-coordinate representation of color #1DCA89: hue angle of 157.46º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCA89 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 137 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.21 |
| HSL | 157.46º | 0.75% | 0.45% | - |
| HSV(B) | 157.46º | 0.86% | 0.79% | - |
| XYZ | 26.14 | 44.31 | 30.84 | - |
| YUV | 142.86 | 124.69 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 137 | 0.86 | 0 | 0.32 | 0.21 | 157.46 | 0.75 | 0.45 |
| Hex | 1D | CA | 89 | 56 | 0 | 20 | 15 | 9D | 4B | 2D |
| Octal | 35 | 312 | 211 | 126 | 0 | 40 | 25 | 235 | 113 | 55 |
| Binary | 11101 | 11001010 | 10001001 | 1010110 | 0 | 100000 | 10101 | 10011101 | 1001011 | 101101 |
Color Harmonies of #1DCA89
Complementary color
Monochromatic Colors of #1DCA89
Black with #1DCA89
Text Example
Text Example
White with #1DCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCA89; }
p { color: rgb(29,202,137); }
H1.HeaderClassName
{
color: #1DCA89;
}
.AnyTagClassName
{
color: #1DCA89;
}
</style>
background-color css
<style>
a { background-color: #1DCA89; }
a { background-color: rgb(29,202,137); }
div.DivClassName
{
background-color: #1DCA89;
}
.BgClassName
{
background-color: #1DCA89;
}
</style>
border-color css
<style>
span { border-color: #1DCA89; }
span { border-color: rgb(29,202,137); }
td.TdClassName
{
border-color: #1DCA89;
}
.TagClassName
{
border-color: #1DCA89;
}
</style>