Shades of Mountain Meadow #1DC68B
Tints of Mountain Meadow #1DC68B
RGB
CMYK
RGB Variations
Color information
#1DC68B (or 0x1DC68B) is known color: Mountain Meadow. HEX triplet: 1D, C6 and 8B. RGB value is (29,198,139). Sum of RGB (Red+Green+Blue) = 29+198+139=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC68B is #E23974. Grayscale: #8C8C8C. Windows color (decimal): -14825845 or 9160221. OLE color: 9160221.
HSL color Cylindrical-coordinate representation of color #1DC68B: hue angle of 159.05º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC68B is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 139 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.22 |
| HSL | 159.05º | 0.74% | 0.45% | - |
| HSV(B) | 159.05º | 0.85% | 0.78% | - |
| XYZ | 25.36 | 42.51 | 31.3 | - |
| YUV | 140.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 139 | 0.85 | 0 | 0.30 | 0.22 | 159.05 | 0.74 | 0.45 |
| Hex | 1D | C6 | 8B | 55 | 0 | 1E | 16 | 9F | 4A | 2D |
| Octal | 35 | 306 | 213 | 125 | 0 | 36 | 26 | 237 | 112 | 55 |
| Binary | 11101 | 11000110 | 10001011 | 1010101 | 0 | 11110 | 10110 | 10011111 | 1001010 | 101101 |
Color Harmonies of #1DC68B
Complementary color
Monochromatic Colors of #1DC68B
Black with #1DC68B
Text Example
Text Example
White with #1DC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC68B; }
p { color: rgb(29,198,139); }
H1.HeaderClassName
{
color: #1DC68B;
}
.AnyTagClassName
{
color: #1DC68B;
}
</style>
background-color css
<style>
a { background-color: #1DC68B; }
a { background-color: rgb(29,198,139); }
div.DivClassName
{
background-color: #1DC68B;
}
.BgClassName
{
background-color: #1DC68B;
}
</style>
border-color css
<style>
span { border-color: #1DC68B; }
span { border-color: rgb(29,198,139); }
td.TdClassName
{
border-color: #1DC68B;
}
.TagClassName
{
border-color: #1DC68B;
}
</style>