Shades of Shamrock #1DDA9B
Tints of Shamrock #1DDA9B
RGB
CMYK
RGB Variations
Color information
#1DDA9B (or 0x1DDA9B) is known color: Shamrock. HEX triplet: 1D, DA and 9B. RGB value is (29,218,155). Sum of RGB (Red+Green+Blue) = 29+218+155=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDA9B is #E22564. Grayscale: #9A9A9A. Windows color (decimal): -14820709 or 10213917. OLE color: 10213917.
HSL color Cylindrical-coordinate representation of color #1DDA9B: hue angle of 160º 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 #1DDA9B is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 218 | 155 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.15 |
| HSL | 160º | 0.77% | 0.48% | - |
| HSV(B) | 160º | 0.87% | 0.85% | - |
| XYZ | 31.49 | 52.77 | 39.54 | - |
| YUV | 154.31 | 128.38 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 155 | 0.87 | 0 | 0.29 | 0.15 | 160 | 0.77 | 0.48 |
| Hex | 1D | DA | 9B | 57 | 0 | 1D | F | A0 | 4D | 30 |
| Octal | 35 | 332 | 233 | 127 | 0 | 35 | 17 | 240 | 115 | 60 |
| Binary | 11101 | 11011010 | 10011011 | 1010111 | 0 | 11101 | 1111 | 10100000 | 1001101 | 110000 |
Color Harmonies of #1DDA9B
Complementary color
Monochromatic Colors of #1DDA9B
Black with #1DDA9B
Text Example
Text Example
White with #1DDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDA9B; }
p { color: rgb(29,218,155); }
H1.HeaderClassName
{
color: #1DDA9B;
}
.AnyTagClassName
{
color: #1DDA9B;
}
</style>
background-color css
<style>
a { background-color: #1DDA9B; }
a { background-color: rgb(29,218,155); }
div.DivClassName
{
background-color: #1DDA9B;
}
.BgClassName
{
background-color: #1DDA9B;
}
</style>
border-color css
<style>
span { border-color: #1DDA9B; }
span { border-color: rgb(29,218,155); }
td.TdClassName
{
border-color: #1DDA9B;
}
.TagClassName
{
border-color: #1DDA9B;
}
</style>