Shades of Mountain Meadow #1DC294
Tints of Mountain Meadow #1DC294
RGB
CMYK
RGB Variations
Color information
#1DC294 (or 0x1DC294) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 94. RGB value is (29,194,148). Sum of RGB (Red+Green+Blue) = 29+194+148=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC294 is #E23D6B. Grayscale: #8B8B8B. Windows color (decimal): -14826860 or 9749021. OLE color: 9749021.
HSL color Cylindrical-coordinate representation of color #1DC294: hue angle of 163.27º 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 #1DC294 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 148 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.24 |
| HSL | 163.27º | 0.74% | 0.44% | - |
| HSV(B) | 163.27º | 0.85% | 0.76% | - |
| XYZ | 25.14 | 40.98 | 34.6 | - |
| YUV | 139.42 | 132.84 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 148 | 0.85 | 0 | 0.24 | 0.24 | 163.27 | 0.74 | 0.44 |
| Hex | 1D | C2 | 94 | 55 | 0 | 18 | 18 | A3 | 4A | 2C |
| Octal | 35 | 302 | 224 | 125 | 0 | 30 | 30 | 243 | 112 | 54 |
| Binary | 11101 | 11000010 | 10010100 | 1010101 | 0 | 11000 | 11000 | 10100011 | 1001010 | 101100 |
Color Harmonies of #1DC294
Complementary color
Monochromatic Colors of #1DC294
Black with #1DC294
Text Example
Text Example
White with #1DC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC294; }
p { color: rgb(29,194,148); }
H1.HeaderClassName
{
color: #1DC294;
}
.AnyTagClassName
{
color: #1DC294;
}
</style>
background-color css
<style>
a { background-color: #1DC294; }
a { background-color: rgb(29,194,148); }
div.DivClassName
{
background-color: #1DC294;
}
.BgClassName
{
background-color: #1DC294;
}
</style>
border-color css
<style>
span { border-color: #1DC294; }
span { border-color: rgb(29,194,148); }
td.TdClassName
{
border-color: #1DC294;
}
.TagClassName
{
border-color: #1DC294;
}
</style>