Shades of Shamrock #1DD29C
Tints of Shamrock #1DD29C
RGB
CMYK
RGB Variations
Color information
#1DD29C (or 0x1DD29C) is known color: Shamrock. HEX triplet: 1D, D2 and 9C. RGB value is (29,210,156). Sum of RGB (Red+Green+Blue) = 29+210+156=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD29C is #E22D63. Grayscale: #959595. Windows color (decimal): -14822756 or 10277405. OLE color: 10277405.
HSL color Cylindrical-coordinate representation of color #1DD29C: hue angle of 162.1º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD29C is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 210 | 156 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.18 |
| HSL | 162.1º | 0.76% | 0.47% | - |
| HSV(B) | 162.1º | 0.86% | 0.82% | - |
| XYZ | 29.55 | 48.75 | 39.31 | - |
| YUV | 149.73 | 131.53 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 210 | 156 | 0.86 | 0 | 0.26 | 0.18 | 162.1 | 0.76 | 0.47 |
| Hex | 1D | D2 | 9C | 56 | 0 | 1A | 12 | A2 | 4C | 2F |
| Octal | 35 | 322 | 234 | 126 | 0 | 32 | 22 | 242 | 114 | 57 |
| Binary | 11101 | 11010010 | 10011100 | 1010110 | 0 | 11010 | 10010 | 10100010 | 1001100 | 101111 |
Color Harmonies of #1DD29C
Complementary color
Monochromatic Colors of #1DD29C
Black with #1DD29C
Text Example
Text Example
White with #1DD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD29C; }
p { color: rgb(29,210,156); }
H1.HeaderClassName
{
color: #1DD29C;
}
.AnyTagClassName
{
color: #1DD29C;
}
</style>
background-color css
<style>
a { background-color: #1DD29C; }
a { background-color: rgb(29,210,156); }
div.DivClassName
{
background-color: #1DD29C;
}
.BgClassName
{
background-color: #1DD29C;
}
</style>
border-color css
<style>
span { border-color: #1DD29C; }
span { border-color: rgb(29,210,156); }
td.TdClassName
{
border-color: #1DD29C;
}
.TagClassName
{
border-color: #1DD29C;
}
</style>