Shades of Mountain Meadow #1DC096
Tints of Mountain Meadow #1DC096
RGB
CMYK
RGB Variations
Color information
#1DC096 (or 0x1DC096) is known color: Mountain Meadow. HEX triplet: 1D, C0 and 96. RGB value is (29,192,150). Sum of RGB (Red+Green+Blue) = 29+192+150=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC096 is #E23F69. Grayscale: #8A8A8A. Windows color (decimal): -14827370 or 9879581. OLE color: 9879581.
HSL color Cylindrical-coordinate representation of color #1DC096: hue angle of 164.54º 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 #1DC096 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 150 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.25 |
| HSL | 164.54º | 0.74% | 0.43% | - |
| HSV(B) | 164.54º | 0.85% | 0.75% | - |
| XYZ | 24.86 | 40.16 | 35.3 | - |
| YUV | 138.48 | 134.5 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 150 | 0.85 | 0 | 0.22 | 0.25 | 164.54 | 0.74 | 0.43 |
| Hex | 1D | C0 | 96 | 55 | 0 | 16 | 19 | A5 | 4A | 2B |
| Octal | 35 | 300 | 226 | 125 | 0 | 26 | 31 | 245 | 112 | 53 |
| Binary | 11101 | 11000000 | 10010110 | 1010101 | 0 | 10110 | 11001 | 10100101 | 1001010 | 101011 |
Color Harmonies of #1DC096
Complementary color
Monochromatic Colors of #1DC096
Black with #1DC096
Text Example
Text Example
White with #1DC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC096; }
p { color: rgb(29,192,150); }
H1.HeaderClassName
{
color: #1DC096;
}
.AnyTagClassName
{
color: #1DC096;
}
</style>
background-color css
<style>
a { background-color: #1DC096; }
a { background-color: rgb(29,192,150); }
div.DivClassName
{
background-color: #1DC096;
}
.BgClassName
{
background-color: #1DC096;
}
</style>
border-color css
<style>
span { border-color: #1DC096; }
span { border-color: rgb(29,192,150); }
td.TdClassName
{
border-color: #1DC096;
}
.TagClassName
{
border-color: #1DC096;
}
</style>