Shades of Shamrock #1DC29B
Tints of Shamrock #1DC29B
RGB
CMYK
RGB Variations
Color information
#1DC29B (or 0x1DC29B) is known color: Shamrock. HEX triplet: 1D, C2 and 9B. RGB value is (29,194,155). Sum of RGB (Red+Green+Blue) = 29+194+155=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC29B is #E23D64. Grayscale: #8C8C8C. Windows color (decimal): -14826853 or 10207773. OLE color: 10207773.
HSL color Cylindrical-coordinate representation of color #1DC29B: hue angle of 165.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC29B is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 155 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.24 |
| HSL | 165.82º | 0.74% | 0.44% | - |
| HSV(B) | 165.82º | 0.85% | 0.76% | - |
| XYZ | 25.71 | 41.21 | 37.61 | - |
| YUV | 140.22 | 136.34 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 155 | 0.85 | 0 | 0.20 | 0.24 | 165.82 | 0.74 | 0.44 |
| Hex | 1D | C2 | 9B | 55 | 0 | 14 | 18 | A6 | 4A | 2C |
| Octal | 35 | 302 | 233 | 125 | 0 | 24 | 30 | 246 | 112 | 54 |
| Binary | 11101 | 11000010 | 10011011 | 1010101 | 0 | 10100 | 11000 | 10100110 | 1001010 | 101100 |
Color Harmonies of #1DC29B
Complementary color
Monochromatic Colors of #1DC29B
Black with #1DC29B
Text Example
Text Example
White with #1DC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC29B; }
p { color: rgb(29,194,155); }
H1.HeaderClassName
{
color: #1DC29B;
}
.AnyTagClassName
{
color: #1DC29B;
}
</style>
background-color css
<style>
a { background-color: #1DC29B; }
a { background-color: rgb(29,194,155); }
div.DivClassName
{
background-color: #1DC29B;
}
.BgClassName
{
background-color: #1DC29B;
}
</style>
border-color css
<style>
span { border-color: #1DC29B; }
span { border-color: rgb(29,194,155); }
td.TdClassName
{
border-color: #1DC29B;
}
.TagClassName
{
border-color: #1DC29B;
}
</style>