Shades of Shamrock #1DDC91
Tints of Shamrock #1DDC91
RGB
CMYK
RGB Variations
Color information
#1DDC91 (or 0x1DDC91) is known color: Shamrock. HEX triplet: 1D, DC and 91. RGB value is (29,220,145). Sum of RGB (Red+Green+Blue) = 29+220+145=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC91 is #E2236E. Grayscale: #9A9A9A. Windows color (decimal): -14820207 or 9559069. OLE color: 9559069.
HSL color Cylindrical-coordinate representation of color #1DDC91: hue angle of 156.44º 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 #1DDC91 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 145 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.14 |
| HSL | 156.44º | 0.77% | 0.49% | - |
| HSV(B) | 156.44º | 0.87% | 0.86% | - |
| XYZ | 31.21 | 53.49 | 35.47 | - |
| YUV | 154.34 | 122.72 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 145 | 0.87 | 0 | 0.34 | 0.14 | 156.44 | 0.77 | 0.49 |
| Hex | 1D | DC | 91 | 57 | 0 | 22 | E | 9C | 4D | 31 |
| Octal | 35 | 334 | 221 | 127 | 0 | 42 | 16 | 234 | 115 | 61 |
| Binary | 11101 | 11011100 | 10010001 | 1010111 | 0 | 100010 | 1110 | 10011100 | 1001101 | 110001 |
Color Harmonies of #1DDC91
Complementary color
Monochromatic Colors of #1DDC91
Black with #1DDC91
Text Example
Text Example
White with #1DDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC91; }
p { color: rgb(29,220,145); }
H1.HeaderClassName
{
color: #1DDC91;
}
.AnyTagClassName
{
color: #1DDC91;
}
</style>
background-color css
<style>
a { background-color: #1DDC91; }
a { background-color: rgb(29,220,145); }
div.DivClassName
{
background-color: #1DDC91;
}
.BgClassName
{
background-color: #1DDC91;
}
</style>
border-color css
<style>
span { border-color: #1DDC91; }
span { border-color: rgb(29,220,145); }
td.TdClassName
{
border-color: #1DDC91;
}
.TagClassName
{
border-color: #1DDC91;
}
</style>