Shades of Mountain Meadow #1DC97A
Tints of Mountain Meadow #1DC97A
RGB
CMYK
RGB Variations
Color information
#1DC97A (or 0x1DC97A) is known color: Mountain Meadow. HEX triplet: 1D, C9 and 7A. RGB value is (29,201,122). Sum of RGB (Red+Green+Blue) = 29+201+122=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC97A is #E23685. Grayscale: #8C8C8C. Windows color (decimal): -14825094 or 8046877. OLE color: 8046877.
HSL color Cylindrical-coordinate representation of color #1DC97A: hue angle of 152.44º 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 #1DC97A is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 201 | 122 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.21 |
| HSL | 152.44º | 0.75% | 0.45% | - |
| HSV(B) | 152.44º | 0.86% | 0.79% | - |
| XYZ | 24.91 | 43.44 | 25.48 | - |
| YUV | 140.57 | 117.52 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 122 | 0.86 | 0 | 0.39 | 0.21 | 152.44 | 0.75 | 0.45 |
| Hex | 1D | C9 | 7A | 56 | 0 | 27 | 15 | 98 | 4B | 2D |
| Octal | 35 | 311 | 172 | 126 | 0 | 47 | 25 | 230 | 113 | 55 |
| Binary | 11101 | 11001001 | 1111010 | 1010110 | 0 | 100111 | 10101 | 10011000 | 1001011 | 101101 |
Color Harmonies of #1DC97A
Complementary color
Monochromatic Colors of #1DC97A
Black with #1DC97A
Text Example
Text Example
White with #1DC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC97A; }
p { color: rgb(29,201,122); }
H1.HeaderClassName
{
color: #1DC97A;
}
.AnyTagClassName
{
color: #1DC97A;
}
</style>
background-color css
<style>
a { background-color: #1DC97A; }
a { background-color: rgb(29,201,122); }
div.DivClassName
{
background-color: #1DC97A;
}
.BgClassName
{
background-color: #1DC97A;
}
</style>
border-color css
<style>
span { border-color: #1DC97A; }
span { border-color: rgb(29,201,122); }
td.TdClassName
{
border-color: #1DC97A;
}
.TagClassName
{
border-color: #1DC97A;
}
</style>