Shades of Mountain Meadow #1DB98A
Tints of Mountain Meadow #1DB98A
RGB
CMYK
RGB Variations
Color information
#1DB98A (or 0x1DB98A) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 8A. RGB value is (29,185,138). Sum of RGB (Red+Green+Blue) = 29+185+138=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB98A is #E24675. Grayscale: #858585. Windows color (decimal): -14829174 or 9091357. OLE color: 9091357.
HSL color Cylindrical-coordinate representation of color #1DB98A: hue angle of 161.92º 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 #1DB98A is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 138 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.27 |
| HSL | 161.92º | 0.73% | 0.42% | - |
| HSV(B) | 161.92º | 0.84% | 0.73% | - |
| XYZ | 22.44 | 36.79 | 29.96 | - |
| YUV | 133 | 130.82 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 138 | 0.84 | 0 | 0.25 | 0.27 | 161.92 | 0.73 | 0.42 |
| Hex | 1D | B9 | 8A | 54 | 0 | 19 | 1B | A2 | 49 | 2A |
| Octal | 35 | 271 | 212 | 124 | 0 | 31 | 33 | 242 | 111 | 52 |
| Binary | 11101 | 10111001 | 10001010 | 1010100 | 0 | 11001 | 11011 | 10100010 | 1001001 | 101010 |
Color Harmonies of #1DB98A
Complementary color
Monochromatic Colors of #1DB98A
Black with #1DB98A
Text Example
Text Example
White with #1DB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB98A; }
p { color: rgb(29,185,138); }
H1.HeaderClassName
{
color: #1DB98A;
}
.AnyTagClassName
{
color: #1DB98A;
}
</style>
background-color css
<style>
a { background-color: #1DB98A; }
a { background-color: rgb(29,185,138); }
div.DivClassName
{
background-color: #1DB98A;
}
.BgClassName
{
background-color: #1DB98A;
}
</style>
border-color css
<style>
span { border-color: #1DB98A; }
span { border-color: rgb(29,185,138); }
td.TdClassName
{
border-color: #1DB98A;
}
.TagClassName
{
border-color: #1DB98A;
}
</style>