Shades of Mountain Meadow #1DC47A
Tints of Mountain Meadow #1DC47A
RGB
CMYK
RGB Variations
Color information
#1DC47A (or 0x1DC47A) is known color: Mountain Meadow. HEX triplet: 1D, C4 and 7A. RGB value is (29,196,122). Sum of RGB (Red+Green+Blue) = 29+196+122=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC47A is #E23B85. Grayscale: #898989. Windows color (decimal): -14826374 or 8045597. OLE color: 8045597.
HSL color Cylindrical-coordinate representation of color #1DC47A: hue angle of 153.41º 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 #1DC47A is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 122 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.23 |
| HSL | 153.41º | 0.74% | 0.44% | - |
| HSV(B) | 153.41º | 0.85% | 0.77% | - |
| XYZ | 23.76 | 41.15 | 25.1 | - |
| YUV | 137.63 | 119.17 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 122 | 0.85 | 0 | 0.38 | 0.23 | 153.41 | 0.74 | 0.44 |
| Hex | 1D | C4 | 7A | 55 | 0 | 26 | 17 | 99 | 4A | 2C |
| Octal | 35 | 304 | 172 | 125 | 0 | 46 | 27 | 231 | 112 | 54 |
| Binary | 11101 | 11000100 | 1111010 | 1010101 | 0 | 100110 | 10111 | 10011001 | 1001010 | 101100 |
Color Harmonies of #1DC47A
Complementary color
Monochromatic Colors of #1DC47A
Black with #1DC47A
Text Example
Text Example
White with #1DC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC47A; }
p { color: rgb(29,196,122); }
H1.HeaderClassName
{
color: #1DC47A;
}
.AnyTagClassName
{
color: #1DC47A;
}
</style>
background-color css
<style>
a { background-color: #1DC47A; }
a { background-color: rgb(29,196,122); }
div.DivClassName
{
background-color: #1DC47A;
}
.BgClassName
{
background-color: #1DC47A;
}
</style>
border-color css
<style>
span { border-color: #1DC47A; }
span { border-color: rgb(29,196,122); }
td.TdClassName
{
border-color: #1DC47A;
}
.TagClassName
{
border-color: #1DC47A;
}
</style>