Shades of Mountain Meadow #1DCA7A
Tints of Mountain Meadow #1DCA7A
RGB
CMYK
RGB Variations
Color information
#1DCA7A (or 0x1DCA7A) is known color: Mountain Meadow. HEX triplet: 1D, CA and 7A. RGB value is (29,202,122). Sum of RGB (Red+Green+Blue) = 29+202+122=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCA7A is #E23585. Grayscale: #8D8D8D. Windows color (decimal): -14824838 or 8047133. OLE color: 8047133.
HSL color Cylindrical-coordinate representation of color #1DCA7A: hue angle of 152.25º 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 #1DCA7A is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 122 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.21 |
| HSL | 152.25º | 0.75% | 0.45% | - |
| HSV(B) | 152.25º | 0.86% | 0.79% | - |
| XYZ | 25.14 | 43.91 | 25.56 | - |
| YUV | 141.15 | 117.19 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 122 | 0.86 | 0 | 0.40 | 0.21 | 152.25 | 0.75 | 0.45 |
| Hex | 1D | CA | 7A | 56 | 0 | 28 | 15 | 98 | 4B | 2D |
| Octal | 35 | 312 | 172 | 126 | 0 | 50 | 25 | 230 | 113 | 55 |
| Binary | 11101 | 11001010 | 1111010 | 1010110 | 0 | 101000 | 10101 | 10011000 | 1001011 | 101101 |
Color Harmonies of #1DCA7A
Complementary color
Monochromatic Colors of #1DCA7A
Black with #1DCA7A
Text Example
Text Example
White with #1DCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCA7A; }
p { color: rgb(29,202,122); }
H1.HeaderClassName
{
color: #1DCA7A;
}
.AnyTagClassName
{
color: #1DCA7A;
}
</style>
background-color css
<style>
a { background-color: #1DCA7A; }
a { background-color: rgb(29,202,122); }
div.DivClassName
{
background-color: #1DCA7A;
}
.BgClassName
{
background-color: #1DCA7A;
}
</style>
border-color css
<style>
span { border-color: #1DCA7A; }
span { border-color: rgb(29,202,122); }
td.TdClassName
{
border-color: #1DCA7A;
}
.TagClassName
{
border-color: #1DCA7A;
}
</style>