Shades of Shamrock #1DC59C
Tints of Shamrock #1DC59C
RGB
CMYK
RGB Variations
Color information
#1DC59C (or 0x1DC59C) is known color: Shamrock. HEX triplet: 1D, C5 and 9C. RGB value is (29,197,156). Sum of RGB (Red+Green+Blue) = 29+197+156=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC59C is #E23A63. Grayscale: #8E8E8E. Windows color (decimal): -14826084 or 10274077. OLE color: 10274077.
HSL color Cylindrical-coordinate representation of color #1DC59C: hue angle of 165.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC59C is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 156 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.23 |
| HSL | 165.36º | 0.74% | 0.44% | - |
| HSV(B) | 165.36º | 0.85% | 0.77% | - |
| XYZ | 26.47 | 42.59 | 38.28 | - |
| YUV | 142.09 | 135.84 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 156 | 0.85 | 0 | 0.21 | 0.23 | 165.36 | 0.74 | 0.44 |
| Hex | 1D | C5 | 9C | 55 | 0 | 15 | 17 | A5 | 4A | 2C |
| Octal | 35 | 305 | 234 | 125 | 0 | 25 | 27 | 245 | 112 | 54 |
| Binary | 11101 | 11000101 | 10011100 | 1010101 | 0 | 10101 | 10111 | 10100101 | 1001010 | 101100 |
Color Harmonies of #1DC59C
Complementary color
Monochromatic Colors of #1DC59C
Black with #1DC59C
Text Example
Text Example
White with #1DC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC59C; }
p { color: rgb(29,197,156); }
H1.HeaderClassName
{
color: #1DC59C;
}
.AnyTagClassName
{
color: #1DC59C;
}
</style>
background-color css
<style>
a { background-color: #1DC59C; }
a { background-color: rgb(29,197,156); }
div.DivClassName
{
background-color: #1DC59C;
}
.BgClassName
{
background-color: #1DC59C;
}
</style>
border-color css
<style>
span { border-color: #1DC59C; }
span { border-color: rgb(29,197,156); }
td.TdClassName
{
border-color: #1DC59C;
}
.TagClassName
{
border-color: #1DC59C;
}
</style>