Shades of Mountain Meadow #1DC16F
Tints of Mountain Meadow #1DC16F
RGB
CMYK
RGB Variations
Color information
#1DC16F (or 0x1DC16F) is known color: Mountain Meadow. HEX triplet: 1D, C1 and 6F. RGB value is (29,193,111). Sum of RGB (Red+Green+Blue) = 29+193+111=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC16F is #E23E90. Grayscale: #868686. Windows color (decimal): -14827153 or 7323933. OLE color: 7323933.
HSL color Cylindrical-coordinate representation of color #1DC16F: hue angle of 150º 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 #1DC16F is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 111 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.24 |
| HSL | 150º | 0.74% | 0.44% | - |
| HSV(B) | 150º | 0.85% | 0.76% | - |
| XYZ | 22.45 | 39.55 | 21.49 | - |
| YUV | 134.62 | 114.67 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 111 | 0.85 | 0 | 0.42 | 0.24 | 150 | 0.74 | 0.44 |
| Hex | 1D | C1 | 6F | 55 | 0 | 2A | 18 | 96 | 4A | 2C |
| Octal | 35 | 301 | 157 | 125 | 0 | 52 | 30 | 226 | 112 | 54 |
| Binary | 11101 | 11000001 | 1101111 | 1010101 | 0 | 101010 | 11000 | 10010110 | 1001010 | 101100 |
Color Harmonies of #1DC16F
Complementary color
Monochromatic Colors of #1DC16F
Black with #1DC16F
Text Example
Text Example
White with #1DC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC16F; }
p { color: rgb(29,193,111); }
H1.HeaderClassName
{
color: #1DC16F;
}
.AnyTagClassName
{
color: #1DC16F;
}
</style>
background-color css
<style>
a { background-color: #1DC16F; }
a { background-color: rgb(29,193,111); }
div.DivClassName
{
background-color: #1DC16F;
}
.BgClassName
{
background-color: #1DC16F;
}
</style>
border-color css
<style>
span { border-color: #1DC16F; }
span { border-color: rgb(29,193,111); }
td.TdClassName
{
border-color: #1DC16F;
}
.TagClassName
{
border-color: #1DC16F;
}
</style>