Shades of Shamrock #1DDC9C
Tints of Shamrock #1DDC9C
RGB
CMYK
RGB Variations
Color information
#1DDC9C (or 0x1DDC9C) is known color: Shamrock. HEX triplet: 1D, DC and 9C. RGB value is (29,220,156). Sum of RGB (Red+Green+Blue) = 29+220+156=405 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.16% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC9C is #E22363. Grayscale: #9B9B9B. Windows color (decimal): -14820196 or 10279965. OLE color: 10279965.
HSL color Cylindrical-coordinate representation of color #1DDC9C: hue angle of 159.9º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDC9C is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 156 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.14 |
| HSL | 159.9º | 0.77% | 0.49% | - |
| HSV(B) | 159.9º | 0.87% | 0.86% | - |
| XYZ | 32.1 | 53.85 | 40.15 | - |
| YUV | 155.6 | 128.22 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 156 | 0.87 | 0 | 0.29 | 0.14 | 159.9 | 0.77 | 0.49 |
| Hex | 1D | DC | 9C | 57 | 0 | 1D | E | A0 | 4D | 31 |
| Octal | 35 | 334 | 234 | 127 | 0 | 35 | 16 | 240 | 115 | 61 |
| Binary | 11101 | 11011100 | 10011100 | 1010111 | 0 | 11101 | 1110 | 10100000 | 1001101 | 110001 |
Color Harmonies of #1DDC9C
Complementary color
Monochromatic Colors of #1DDC9C
Black with #1DDC9C
Text Example
Text Example
White with #1DDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC9C; }
p { color: rgb(29,220,156); }
H1.HeaderClassName
{
color: #1DDC9C;
}
.AnyTagClassName
{
color: #1DDC9C;
}
</style>
background-color css
<style>
a { background-color: #1DDC9C; }
a { background-color: rgb(29,220,156); }
div.DivClassName
{
background-color: #1DDC9C;
}
.BgClassName
{
background-color: #1DDC9C;
}
</style>
border-color css
<style>
span { border-color: #1DDC9C; }
span { border-color: rgb(29,220,156); }
td.TdClassName
{
border-color: #1DDC9C;
}
.TagClassName
{
border-color: #1DDC9C;
}
</style>