Shades of Mountain Meadow #1DC489
Tints of Mountain Meadow #1DC489
RGB
CMYK
RGB Variations
Color information
#1DC489 (or 0x1DC489) is known color: Mountain Meadow. HEX triplet: 1D, C4 and 89. RGB value is (29,196,137). Sum of RGB (Red+Green+Blue) = 29+196+137=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC489 is #E23B76. Grayscale: #8B8B8B. Windows color (decimal): -14826359 or 9028637. OLE color: 9028637.
HSL color Cylindrical-coordinate representation of color #1DC489: hue angle of 158.8º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC489 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 137 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.23 |
| HSL | 158.8º | 0.74% | 0.44% | - |
| HSV(B) | 158.8º | 0.85% | 0.77% | - |
| XYZ | 24.76 | 41.55 | 30.38 | - |
| YUV | 139.34 | 126.67 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 137 | 0.85 | 0 | 0.30 | 0.23 | 158.8 | 0.74 | 0.44 |
| Hex | 1D | C4 | 89 | 55 | 0 | 1E | 17 | 9F | 4A | 2C |
| Octal | 35 | 304 | 211 | 125 | 0 | 36 | 27 | 237 | 112 | 54 |
| Binary | 11101 | 11000100 | 10001001 | 1010101 | 0 | 11110 | 10111 | 10011111 | 1001010 | 101100 |
Color Harmonies of #1DC489
Complementary color
Monochromatic Colors of #1DC489
Black with #1DC489
Text Example
Text Example
White with #1DC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC489; }
p { color: rgb(29,196,137); }
H1.HeaderClassName
{
color: #1DC489;
}
.AnyTagClassName
{
color: #1DC489;
}
</style>
background-color css
<style>
a { background-color: #1DC489; }
a { background-color: rgb(29,196,137); }
div.DivClassName
{
background-color: #1DC489;
}
.BgClassName
{
background-color: #1DC489;
}
</style>
border-color css
<style>
span { border-color: #1DC489; }
span { border-color: rgb(29,196,137); }
td.TdClassName
{
border-color: #1DC489;
}
.TagClassName
{
border-color: #1DC489;
}
</style>