Shades of Mountain Meadow #1DB97A
Tints of Mountain Meadow #1DB97A
RGB
CMYK
RGB Variations
Color information
#1DB97A (or 0x1DB97A) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 7A. RGB value is (29,185,122). Sum of RGB (Red+Green+Blue) = 29+185+122=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB97A is #E24685. Grayscale: #838383. Windows color (decimal): -14829190 or 8042781. OLE color: 8042781.
HSL color Cylindrical-coordinate representation of color #1DB97A: hue angle of 155.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB97A is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 122 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.27 |
| HSL | 155.77º | 0.73% | 0.42% | - |
| HSV(B) | 155.77º | 0.84% | 0.73% | - |
| XYZ | 21.37 | 36.36 | 24.31 | - |
| YUV | 131.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 122 | 0.84 | 0 | 0.34 | 0.27 | 155.77 | 0.73 | 0.42 |
| Hex | 1D | B9 | 7A | 54 | 0 | 22 | 1B | 9C | 49 | 2A |
| Octal | 35 | 271 | 172 | 124 | 0 | 42 | 33 | 234 | 111 | 52 |
| Binary | 11101 | 10111001 | 1111010 | 1010100 | 0 | 100010 | 11011 | 10011100 | 1001001 | 101010 |
Color Harmonies of #1DB97A
Complementary color
Monochromatic Colors of #1DB97A
Black with #1DB97A
Text Example
Text Example
White with #1DB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB97A; }
p { color: rgb(29,185,122); }
H1.HeaderClassName
{
color: #1DB97A;
}
.AnyTagClassName
{
color: #1DB97A;
}
</style>
background-color css
<style>
a { background-color: #1DB97A; }
a { background-color: rgb(29,185,122); }
div.DivClassName
{
background-color: #1DB97A;
}
.BgClassName
{
background-color: #1DB97A;
}
</style>
border-color css
<style>
span { border-color: #1DB97A; }
span { border-color: rgb(29,185,122); }
td.TdClassName
{
border-color: #1DB97A;
}
.TagClassName
{
border-color: #1DB97A;
}
</style>