Shades of Shamrock #1DD99B
Tints of Shamrock #1DD99B
RGB
CMYK
RGB Variations
Color information
#1DD99B (or 0x1DD99B) is known color: Shamrock. HEX triplet: 1D, D9 and 9B. RGB value is (29,217,155). Sum of RGB (Red+Green+Blue) = 29+217+155=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD99B is #E22664. Grayscale: #999999. Windows color (decimal): -14820965 or 10213661. OLE color: 10213661.
HSL color Cylindrical-coordinate representation of color #1DD99B: hue angle of 160.21º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD99B is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 155 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.15 |
| HSL | 160.21º | 0.76% | 0.48% | - |
| HSV(B) | 160.21º | 0.87% | 0.85% | - |
| XYZ | 31.24 | 52.25 | 39.45 | - |
| YUV | 153.72 | 128.72 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 155 | 0.87 | 0 | 0.29 | 0.15 | 160.21 | 0.76 | 0.48 |
| Hex | 1D | D9 | 9B | 57 | 0 | 1D | F | A0 | 4C | 30 |
| Octal | 35 | 331 | 233 | 127 | 0 | 35 | 17 | 240 | 114 | 60 |
| Binary | 11101 | 11011001 | 10011011 | 1010111 | 0 | 11101 | 1111 | 10100000 | 1001100 | 110000 |
Color Harmonies of #1DD99B
Complementary color
Monochromatic Colors of #1DD99B
Black with #1DD99B
Text Example
Text Example
White with #1DD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD99B; }
p { color: rgb(29,217,155); }
H1.HeaderClassName
{
color: #1DD99B;
}
.AnyTagClassName
{
color: #1DD99B;
}
</style>
background-color css
<style>
a { background-color: #1DD99B; }
a { background-color: rgb(29,217,155); }
div.DivClassName
{
background-color: #1DD99B;
}
.BgClassName
{
background-color: #1DD99B;
}
</style>
border-color css
<style>
span { border-color: #1DD99B; }
span { border-color: rgb(29,217,155); }
td.TdClassName
{
border-color: #1DD99B;
}
.TagClassName
{
border-color: #1DD99B;
}
</style>