Shades of Mountain Meadow #1DC097
Tints of Mountain Meadow #1DC097
RGB
CMYK
RGB Variations
Color information
#1DC097 (or 0x1DC097) is known color: Mountain Meadow. HEX triplet: 1D, C0 and 97. RGB value is (29,192,151). Sum of RGB (Red+Green+Blue) = 29+192+151=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC097 is #E23F68. Grayscale: #8A8A8A. Windows color (decimal): -14827369 or 9945117. OLE color: 9945117.
HSL color Cylindrical-coordinate representation of color #1DC097: hue angle of 164.91º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC097 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 151 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.25 |
| HSL | 164.91º | 0.74% | 0.43% | - |
| HSV(B) | 164.91º | 0.85% | 0.75% | - |
| XYZ | 24.94 | 40.19 | 35.72 | - |
| YUV | 138.59 | 135 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 151 | 0.85 | 0 | 0.21 | 0.25 | 164.91 | 0.74 | 0.43 |
| Hex | 1D | C0 | 97 | 55 | 0 | 15 | 19 | A5 | 4A | 2B |
| Octal | 35 | 300 | 227 | 125 | 0 | 25 | 31 | 245 | 112 | 53 |
| Binary | 11101 | 11000000 | 10010111 | 1010101 | 0 | 10101 | 11001 | 10100101 | 1001010 | 101011 |
Color Harmonies of #1DC097
Complementary color
Monochromatic Colors of #1DC097
Black with #1DC097
Text Example
Text Example
White with #1DC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC097; }
p { color: rgb(29,192,151); }
H1.HeaderClassName
{
color: #1DC097;
}
.AnyTagClassName
{
color: #1DC097;
}
</style>
background-color css
<style>
a { background-color: #1DC097; }
a { background-color: rgb(29,192,151); }
div.DivClassName
{
background-color: #1DC097;
}
.BgClassName
{
background-color: #1DC097;
}
</style>
border-color css
<style>
span { border-color: #1DC097; }
span { border-color: rgb(29,192,151); }
td.TdClassName
{
border-color: #1DC097;
}
.TagClassName
{
border-color: #1DC097;
}
</style>