Shades of Shamrock #1DDA9D
Tints of Shamrock #1DDA9D
RGB
CMYK
RGB Variations
Color information
#1DDA9D (or 0x1DDA9D) is known color: Shamrock. HEX triplet: 1D, DA and 9D. RGB value is (29,218,157). Sum of RGB (Red+Green+Blue) = 29+218+157=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDA9D is #E22562. Grayscale: #9A9A9A. Windows color (decimal): -14820707 or 10344989. OLE color: 10344989.
HSL color Cylindrical-coordinate representation of color #1DDA9D: hue angle of 160.63º degrees, saturation: 0.77, 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 #1DDA9D is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 218 | 157 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.15 |
| HSL | 160.63º | 0.77% | 0.48% | - |
| HSV(B) | 160.63º | 0.87% | 0.85% | - |
| XYZ | 31.66 | 52.84 | 40.43 | - |
| YUV | 154.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 157 | 0.87 | 0 | 0.28 | 0.15 | 160.63 | 0.77 | 0.48 |
| Hex | 1D | DA | 9D | 57 | 0 | 1C | F | A1 | 4D | 30 |
| Octal | 35 | 332 | 235 | 127 | 0 | 34 | 17 | 241 | 115 | 60 |
| Binary | 11101 | 11011010 | 10011101 | 1010111 | 0 | 11100 | 1111 | 10100001 | 1001101 | 110000 |
Color Harmonies of #1DDA9D
Complementary color
Monochromatic Colors of #1DDA9D
Black with #1DDA9D
Text Example
Text Example
White with #1DDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDA9D; }
p { color: rgb(29,218,157); }
H1.HeaderClassName
{
color: #1DDA9D;
}
.AnyTagClassName
{
color: #1DDA9D;
}
</style>
background-color css
<style>
a { background-color: #1DDA9D; }
a { background-color: rgb(29,218,157); }
div.DivClassName
{
background-color: #1DDA9D;
}
.BgClassName
{
background-color: #1DDA9D;
}
</style>
border-color css
<style>
span { border-color: #1DDA9D; }
span { border-color: rgb(29,218,157); }
td.TdClassName
{
border-color: #1DDA9D;
}
.TagClassName
{
border-color: #1DDA9D;
}
</style>