Shades of Shamrock #1DD99D
Tints of Shamrock #1DD99D
RGB
CMYK
RGB Variations
Color information
#1DD99D (or 0x1DD99D) is known color: Shamrock. HEX triplet: 1D, D9 and 9D. RGB value is (29,217,157). Sum of RGB (Red+Green+Blue) = 29+217+157=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD99D is #E22662. Grayscale: #9A9A9A. Windows color (decimal): -14820963 or 10344733. OLE color: 10344733.
HSL color Cylindrical-coordinate representation of color #1DD99D: hue angle of 160.85º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD99D is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 157 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.15 |
| HSL | 160.85º | 0.76% | 0.48% | - |
| HSV(B) | 160.85º | 0.87% | 0.85% | - |
| XYZ | 31.41 | 52.32 | 40.34 | - |
| YUV | 153.95 | 129.72 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 157 | 0.87 | 0 | 0.28 | 0.15 | 160.85 | 0.76 | 0.48 |
| Hex | 1D | D9 | 9D | 57 | 0 | 1C | F | A1 | 4C | 30 |
| Octal | 35 | 331 | 235 | 127 | 0 | 34 | 17 | 241 | 114 | 60 |
| Binary | 11101 | 11011001 | 10011101 | 1010111 | 0 | 11100 | 1111 | 10100001 | 1001100 | 110000 |
Color Harmonies of #1DD99D
Complementary color
Monochromatic Colors of #1DD99D
Black with #1DD99D
Text Example
Text Example
White with #1DD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD99D; }
p { color: rgb(29,217,157); }
H1.HeaderClassName
{
color: #1DD99D;
}
.AnyTagClassName
{
color: #1DD99D;
}
</style>
background-color css
<style>
a { background-color: #1DD99D; }
a { background-color: rgb(29,217,157); }
div.DivClassName
{
background-color: #1DD99D;
}
.BgClassName
{
background-color: #1DD99D;
}
</style>
border-color css
<style>
span { border-color: #1DD99D; }
span { border-color: rgb(29,217,157); }
td.TdClassName
{
border-color: #1DD99D;
}
.TagClassName
{
border-color: #1DD99D;
}
</style>