Shades of Shamrock #1DDA9C
Tints of Shamrock #1DDA9C
RGB
CMYK
RGB Variations
Color information
#1DDA9C (or 0x1DDA9C) is known color: Shamrock. HEX triplet: 1D, DA and 9C. RGB value is (29,218,156). Sum of RGB (Red+Green+Blue) = 29+218+156=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDA9C is #E22563. Grayscale: #9A9A9A. Windows color (decimal): -14820708 or 10279453. OLE color: 10279453.
HSL color Cylindrical-coordinate representation of color #1DDA9C: hue angle of 160.32º 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 #1DDA9C is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 218 | 156 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.15 |
| HSL | 160.32º | 0.77% | 0.48% | - |
| HSV(B) | 160.32º | 0.87% | 0.85% | - |
| XYZ | 31.58 | 52.8 | 39.98 | - |
| YUV | 154.42 | 128.88 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 156 | 0.87 | 0 | 0.28 | 0.15 | 160.32 | 0.77 | 0.48 |
| Hex | 1D | DA | 9C | 57 | 0 | 1C | F | A0 | 4D | 30 |
| Octal | 35 | 332 | 234 | 127 | 0 | 34 | 17 | 240 | 115 | 60 |
| Binary | 11101 | 11011010 | 10011100 | 1010111 | 0 | 11100 | 1111 | 10100000 | 1001101 | 110000 |
Color Harmonies of #1DDA9C
Complementary color
Monochromatic Colors of #1DDA9C
Black with #1DDA9C
Text Example
Text Example
White with #1DDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDA9C; }
p { color: rgb(29,218,156); }
H1.HeaderClassName
{
color: #1DDA9C;
}
.AnyTagClassName
{
color: #1DDA9C;
}
</style>
background-color css
<style>
a { background-color: #1DDA9C; }
a { background-color: rgb(29,218,156); }
div.DivClassName
{
background-color: #1DDA9C;
}
.BgClassName
{
background-color: #1DDA9C;
}
</style>
border-color css
<style>
span { border-color: #1DDA9C; }
span { border-color: rgb(29,218,156); }
td.TdClassName
{
border-color: #1DDA9C;
}
.TagClassName
{
border-color: #1DDA9C;
}
</style>