Shades of Shamrock #1DD69C
Tints of Shamrock #1DD69C
RGB
CMYK
RGB Variations
Color information
#1DD69C (or 0x1DD69C) is known color: Shamrock. HEX triplet: 1D, D6 and 9C. RGB value is (29,214,156). Sum of RGB (Red+Green+Blue) = 29+214+156=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD69C is #E22963. Grayscale: #989898. Windows color (decimal): -14821732 or 10278429. OLE color: 10278429.
HSL color Cylindrical-coordinate representation of color #1DD69C: hue angle of 161.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD69C is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 156 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.16 |
| HSL | 161.19º | 0.76% | 0.48% | - |
| HSV(B) | 161.19º | 0.86% | 0.84% | - |
| XYZ | 30.55 | 50.75 | 39.64 | - |
| YUV | 152.07 | 130.21 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 156 | 0.86 | 0 | 0.27 | 0.16 | 161.19 | 0.76 | 0.48 |
| Hex | 1D | D6 | 9C | 56 | 0 | 1B | 10 | A1 | 4C | 30 |
| Octal | 35 | 326 | 234 | 126 | 0 | 33 | 20 | 241 | 114 | 60 |
| Binary | 11101 | 11010110 | 10011100 | 1010110 | 0 | 11011 | 10000 | 10100001 | 1001100 | 110000 |
Color Harmonies of #1DD69C
Complementary color
Monochromatic Colors of #1DD69C
Black with #1DD69C
Text Example
Text Example
White with #1DD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD69C; }
p { color: rgb(29,214,156); }
H1.HeaderClassName
{
color: #1DD69C;
}
.AnyTagClassName
{
color: #1DD69C;
}
</style>
background-color css
<style>
a { background-color: #1DD69C; }
a { background-color: rgb(29,214,156); }
div.DivClassName
{
background-color: #1DD69C;
}
.BgClassName
{
background-color: #1DD69C;
}
</style>
border-color css
<style>
span { border-color: #1DD69C; }
span { border-color: rgb(29,214,156); }
td.TdClassName
{
border-color: #1DD69C;
}
.TagClassName
{
border-color: #1DD69C;
}
</style>