Shades of Mountain Meadow #1DC197
Tints of Mountain Meadow #1DC197
RGB
CMYK
RGB Variations
Color information
#1DC197 (or 0x1DC197) is known color: Mountain Meadow. HEX triplet: 1D, C1 and 97. RGB value is (29,193,151). Sum of RGB (Red+Green+Blue) = 29+193+151=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC197 is #E23E68. Grayscale: #8B8B8B. Windows color (decimal): -14827113 or 9945373. OLE color: 9945373.
HSL color Cylindrical-coordinate representation of color #1DC197: hue angle of 164.63º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC197 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 151 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.24 |
| HSL | 164.63º | 0.74% | 0.44% | - |
| HSV(B) | 164.63º | 0.85% | 0.76% | - |
| XYZ | 25.16 | 40.64 | 35.8 | - |
| YUV | 139.18 | 134.67 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 151 | 0.85 | 0 | 0.22 | 0.24 | 164.63 | 0.74 | 0.44 |
| Hex | 1D | C1 | 97 | 55 | 0 | 16 | 18 | A5 | 4A | 2C |
| Octal | 35 | 301 | 227 | 125 | 0 | 26 | 30 | 245 | 112 | 54 |
| Binary | 11101 | 11000001 | 10010111 | 1010101 | 0 | 10110 | 11000 | 10100101 | 1001010 | 101100 |
Color Harmonies of #1DC197
Complementary color
Monochromatic Colors of #1DC197
Black with #1DC197
Text Example
Text Example
White with #1DC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC197; }
p { color: rgb(29,193,151); }
H1.HeaderClassName
{
color: #1DC197;
}
.AnyTagClassName
{
color: #1DC197;
}
</style>
background-color css
<style>
a { background-color: #1DC197; }
a { background-color: rgb(29,193,151); }
div.DivClassName
{
background-color: #1DC197;
}
.BgClassName
{
background-color: #1DC197;
}
</style>
border-color css
<style>
span { border-color: #1DC197; }
span { border-color: rgb(29,193,151); }
td.TdClassName
{
border-color: #1DC197;
}
.TagClassName
{
border-color: #1DC197;
}
</style>