Shades of Shamrock #1DDC88
Tints of Shamrock #1DDC88
RGB
CMYK
RGB Variations
Color information
#1DDC88 (or 0x1DDC88) is known color: Shamrock. HEX triplet: 1D, DC and 88. RGB value is (29,220,136). Sum of RGB (Red+Green+Blue) = 29+220+136=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC88 is #E22377. Grayscale: #999999. Windows color (decimal): -14820216 or 8969245. OLE color: 8969245.
HSL color Cylindrical-coordinate representation of color #1DDC88: hue angle of 153.61º 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 #1DDC88 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 136 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.14 |
| HSL | 153.61º | 0.77% | 0.49% | - |
| HSV(B) | 153.61º | 0.87% | 0.86% | - |
| XYZ | 30.54 | 53.23 | 31.96 | - |
| YUV | 153.32 | 118.22 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 136 | 0.87 | 0 | 0.38 | 0.14 | 153.61 | 0.77 | 0.49 |
| Hex | 1D | DC | 88 | 57 | 0 | 26 | E | 9A | 4D | 31 |
| Octal | 35 | 334 | 210 | 127 | 0 | 46 | 16 | 232 | 115 | 61 |
| Binary | 11101 | 11011100 | 10001000 | 1010111 | 0 | 100110 | 1110 | 10011010 | 1001101 | 110001 |
Color Harmonies of #1DDC88
Complementary color
Monochromatic Colors of #1DDC88
Black with #1DDC88
Text Example
Text Example
White with #1DDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC88; }
p { color: rgb(29,220,136); }
H1.HeaderClassName
{
color: #1DDC88;
}
.AnyTagClassName
{
color: #1DDC88;
}
</style>
background-color css
<style>
a { background-color: #1DDC88; }
a { background-color: rgb(29,220,136); }
div.DivClassName
{
background-color: #1DDC88;
}
.BgClassName
{
background-color: #1DDC88;
}
</style>
border-color css
<style>
span { border-color: #1DDC88; }
span { border-color: rgb(29,220,136); }
td.TdClassName
{
border-color: #1DDC88;
}
.TagClassName
{
border-color: #1DDC88;
}
</style>