Shades of Mountain Meadow #1DB07C
Tints of Mountain Meadow #1DB07C
RGB
CMYK
RGB Variations
Color information
#1DB07C (or 0x1DB07C) is known color: Mountain Meadow. HEX triplet: 1D, B0 and 7C. RGB value is (29,176,124). Sum of RGB (Red+Green+Blue) = 29+176+124=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB07C is #E24F83. Grayscale: #7E7E7E. Windows color (decimal): -14831492 or 8171549. OLE color: 8171549.
HSL color Cylindrical-coordinate representation of color #1DB07C: hue angle of 158.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB07C is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 124 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.31 |
| HSL | 158.78º | 0.72% | 0.4% | - |
| HSV(B) | 158.78º | 0.84% | 0.69% | - |
| XYZ | 19.67 | 32.77 | 24.36 | - |
| YUV | 126.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 124 | 0.84 | 0 | 0.30 | 0.31 | 158.78 | 0.72 | 0.4 |
| Hex | 1D | B0 | 7C | 54 | 0 | 1E | 1F | 9F | 48 | 28 |
| Octal | 35 | 260 | 174 | 124 | 0 | 36 | 37 | 237 | 110 | 50 |
| Binary | 11101 | 10110000 | 1111100 | 1010100 | 0 | 11110 | 11111 | 10011111 | 1001000 | 101000 |
Color Harmonies of #1DB07C
Complementary color
Monochromatic Colors of #1DB07C
Black with #1DB07C
Text Example
Text Example
White with #1DB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB07C; }
p { color: rgb(29,176,124); }
H1.HeaderClassName
{
color: #1DB07C;
}
.AnyTagClassName
{
color: #1DB07C;
}
</style>
background-color css
<style>
a { background-color: #1DB07C; }
a { background-color: rgb(29,176,124); }
div.DivClassName
{
background-color: #1DB07C;
}
.BgClassName
{
background-color: #1DB07C;
}
</style>
border-color css
<style>
span { border-color: #1DB07C; }
span { border-color: rgb(29,176,124); }
td.TdClassName
{
border-color: #1DB07C;
}
.TagClassName
{
border-color: #1DB07C;
}
</style>