Shades of Mountain Meadow #1DB06E
Tints of Mountain Meadow #1DB06E
RGB
CMYK
RGB Variations
Color information
#1DB06E (or 0x1DB06E) is known color: Mountain Meadow. HEX triplet: 1D, B0 and 6E. RGB value is (29,176,110). Sum of RGB (Red+Green+Blue) = 29+176+110=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB06E is #E24F91. Grayscale: #7C7C7C. Windows color (decimal): -14831506 or 7254045. OLE color: 7254045.
HSL color Cylindrical-coordinate representation of color #1DB06E: hue angle of 153.06º 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 #1DB06E is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 110 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.31 |
| HSL | 153.06º | 0.72% | 0.4% | - |
| HSV(B) | 153.06º | 0.84% | 0.69% | - |
| XYZ | 18.85 | 32.44 | 20.02 | - |
| YUV | 124.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 110 | 0.84 | 0 | 0.37 | 0.31 | 153.06 | 0.72 | 0.4 |
| Hex | 1D | B0 | 6E | 54 | 0 | 25 | 1F | 99 | 48 | 28 |
| Octal | 35 | 260 | 156 | 124 | 0 | 45 | 37 | 231 | 110 | 50 |
| Binary | 11101 | 10110000 | 1101110 | 1010100 | 0 | 100101 | 11111 | 10011001 | 1001000 | 101000 |
Color Harmonies of #1DB06E
Complementary color
Monochromatic Colors of #1DB06E
Black with #1DB06E
Text Example
Text Example
White with #1DB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB06E; }
p { color: rgb(29,176,110); }
H1.HeaderClassName
{
color: #1DB06E;
}
.AnyTagClassName
{
color: #1DB06E;
}
</style>
background-color css
<style>
a { background-color: #1DB06E; }
a { background-color: rgb(29,176,110); }
div.DivClassName
{
background-color: #1DB06E;
}
.BgClassName
{
background-color: #1DB06E;
}
</style>
border-color css
<style>
span { border-color: #1DB06E; }
span { border-color: rgb(29,176,110); }
td.TdClassName
{
border-color: #1DB06E;
}
.TagClassName
{
border-color: #1DB06E;
}
</style>