Shades of Mountain Meadow #1DC18C
Tints of Mountain Meadow #1DC18C
RGB
CMYK
RGB Variations
Color information
#1DC18C (or 0x1DC18C) is known color: Mountain Meadow. HEX triplet: 1D, C1 and 8C. RGB value is (29,193,140). Sum of RGB (Red+Green+Blue) = 29+193+140=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC18C is #E23E73. Grayscale: #898989. Windows color (decimal): -14827124 or 9224477. OLE color: 9224477.
HSL color Cylindrical-coordinate representation of color #1DC18C: hue angle of 160.61º 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 #1DC18C is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 140 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.24 |
| HSL | 160.61º | 0.74% | 0.44% | - |
| HSV(B) | 160.61º | 0.85% | 0.76% | - |
| XYZ | 24.31 | 40.29 | 31.31 | - |
| YUV | 137.92 | 129.17 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 140 | 0.85 | 0 | 0.27 | 0.24 | 160.61 | 0.74 | 0.44 |
| Hex | 1D | C1 | 8C | 55 | 0 | 1B | 18 | A1 | 4A | 2C |
| Octal | 35 | 301 | 214 | 125 | 0 | 33 | 30 | 241 | 112 | 54 |
| Binary | 11101 | 11000001 | 10001100 | 1010101 | 0 | 11011 | 11000 | 10100001 | 1001010 | 101100 |
Color Harmonies of #1DC18C
Complementary color
Monochromatic Colors of #1DC18C
Black with #1DC18C
Text Example
Text Example
White with #1DC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC18C; }
p { color: rgb(29,193,140); }
H1.HeaderClassName
{
color: #1DC18C;
}
.AnyTagClassName
{
color: #1DC18C;
}
</style>
background-color css
<style>
a { background-color: #1DC18C; }
a { background-color: rgb(29,193,140); }
div.DivClassName
{
background-color: #1DC18C;
}
.BgClassName
{
background-color: #1DC18C;
}
</style>
border-color css
<style>
span { border-color: #1DC18C; }
span { border-color: rgb(29,193,140); }
td.TdClassName
{
border-color: #1DC18C;
}
.TagClassName
{
border-color: #1DC18C;
}
</style>