Shades of Shamrock #1DCC9C
Tints of Shamrock #1DCC9C
RGB
CMYK
RGB Variations
Color information
#1DCC9C (or 0x1DCC9C) is known color: Shamrock. HEX triplet: 1D, CC and 9C. RGB value is (29,204,156). Sum of RGB (Red+Green+Blue) = 29+204+156=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC9C is #E23363. Grayscale: #929292. Windows color (decimal): -14824292 or 10275869. OLE color: 10275869.
HSL color Cylindrical-coordinate representation of color #1DCC9C: hue angle of 163.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC9C is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 156 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.2 |
| HSL | 163.54º | 0.75% | 0.46% | - |
| HSV(B) | 163.54º | 0.86% | 0.8% | - |
| XYZ | 28.1 | 45.85 | 38.82 | - |
| YUV | 146.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 156 | 0.86 | 0 | 0.24 | 0.2 | 163.54 | 0.75 | 0.46 |
| Hex | 1D | CC | 9C | 56 | 0 | 18 | 14 | A4 | 4B | 2E |
| Octal | 35 | 314 | 234 | 126 | 0 | 30 | 24 | 244 | 113 | 56 |
| Binary | 11101 | 11001100 | 10011100 | 1010110 | 0 | 11000 | 10100 | 10100100 | 1001011 | 101110 |
Color Harmonies of #1DCC9C
Complementary color
Monochromatic Colors of #1DCC9C
Black with #1DCC9C
Text Example
Text Example
White with #1DCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC9C; }
p { color: rgb(29,204,156); }
H1.HeaderClassName
{
color: #1DCC9C;
}
.AnyTagClassName
{
color: #1DCC9C;
}
</style>
background-color css
<style>
a { background-color: #1DCC9C; }
a { background-color: rgb(29,204,156); }
div.DivClassName
{
background-color: #1DCC9C;
}
.BgClassName
{
background-color: #1DCC9C;
}
</style>
border-color css
<style>
span { border-color: #1DCC9C; }
span { border-color: rgb(29,204,156); }
td.TdClassName
{
border-color: #1DCC9C;
}
.TagClassName
{
border-color: #1DCC9C;
}
</style>