Shades of Mountain Meadow #1DCC89
Tints of Mountain Meadow #1DCC89
RGB
CMYK
RGB Variations
Color information
#1DCC89 (or 0x1DCC89) is known color: Mountain Meadow. HEX triplet: 1D, CC and 89. RGB value is (29,204,137). Sum of RGB (Red+Green+Blue) = 29+204+137=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC89 is #E23376. Grayscale: #909090. Windows color (decimal): -14824311 or 9030685. OLE color: 9030685.
HSL color Cylindrical-coordinate representation of color #1DCC89: hue angle of 157.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC89 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 137 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.2 |
| HSL | 157.03º | 0.75% | 0.46% | - |
| HSV(B) | 157.03º | 0.86% | 0.8% | - |
| XYZ | 26.61 | 45.25 | 31 | - |
| YUV | 144.04 | 124.02 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 137 | 0.86 | 0 | 0.33 | 0.2 | 157.03 | 0.75 | 0.46 |
| Hex | 1D | CC | 89 | 56 | 0 | 21 | 14 | 9D | 4B | 2E |
| Octal | 35 | 314 | 211 | 126 | 0 | 41 | 24 | 235 | 113 | 56 |
| Binary | 11101 | 11001100 | 10001001 | 1010110 | 0 | 100001 | 10100 | 10011101 | 1001011 | 101110 |
Color Harmonies of #1DCC89
Complementary color
Monochromatic Colors of #1DCC89
Black with #1DCC89
Text Example
Text Example
White with #1DCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC89; }
p { color: rgb(29,204,137); }
H1.HeaderClassName
{
color: #1DCC89;
}
.AnyTagClassName
{
color: #1DCC89;
}
</style>
background-color css
<style>
a { background-color: #1DCC89; }
a { background-color: rgb(29,204,137); }
div.DivClassName
{
background-color: #1DCC89;
}
.BgClassName
{
background-color: #1DCC89;
}
</style>
border-color css
<style>
span { border-color: #1DCC89; }
span { border-color: rgb(29,204,137); }
td.TdClassName
{
border-color: #1DCC89;
}
.TagClassName
{
border-color: #1DCC89;
}
</style>