Shades of Mountain Meadow #1DCC7A
Tints of Mountain Meadow #1DCC7A
RGB
CMYK
RGB Variations
Color information
#1DCC7A (or 0x1DCC7A) is known color: Mountain Meadow. HEX triplet: 1D, CC and 7A. RGB value is (29,204,122). Sum of RGB (Red+Green+Blue) = 29+204+122=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCC7A is #E23385. Grayscale: #8E8E8E. Windows color (decimal): -14824326 or 8047645. OLE color: 8047645.
HSL color Cylindrical-coordinate representation of color #1DCC7A: hue angle of 151.89º 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 #1DCC7A is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 122 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.2 |
| HSL | 151.89º | 0.75% | 0.46% | - |
| HSV(B) | 151.89º | 0.86% | 0.8% | - |
| XYZ | 25.61 | 44.85 | 25.72 | - |
| YUV | 142.33 | 116.52 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 122 | 0.86 | 0 | 0.40 | 0.2 | 151.89 | 0.75 | 0.46 |
| Hex | 1D | CC | 7A | 56 | 0 | 28 | 14 | 98 | 4B | 2E |
| Octal | 35 | 314 | 172 | 126 | 0 | 50 | 24 | 230 | 113 | 56 |
| Binary | 11101 | 11001100 | 1111010 | 1010110 | 0 | 101000 | 10100 | 10011000 | 1001011 | 101110 |
Color Harmonies of #1DCC7A
Complementary color
Monochromatic Colors of #1DCC7A
Black with #1DCC7A
Text Example
Text Example
White with #1DCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC7A; }
p { color: rgb(29,204,122); }
H1.HeaderClassName
{
color: #1DCC7A;
}
.AnyTagClassName
{
color: #1DCC7A;
}
</style>
background-color css
<style>
a { background-color: #1DCC7A; }
a { background-color: rgb(29,204,122); }
div.DivClassName
{
background-color: #1DCC7A;
}
.BgClassName
{
background-color: #1DCC7A;
}
</style>
border-color css
<style>
span { border-color: #1DCC7A; }
span { border-color: rgb(29,204,122); }
td.TdClassName
{
border-color: #1DCC7A;
}
.TagClassName
{
border-color: #1DCC7A;
}
</style>