Shades of Shamrock #1DD886
Tints of Shamrock #1DD886
RGB
CMYK
RGB Variations
Color information
#1DD886 (or 0x1DD886) is known color: Shamrock. HEX triplet: 1D, D8 and 86. RGB value is (29,216,134). Sum of RGB (Red+Green+Blue) = 29+216+134=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD886 is #E22779. Grayscale: #969696. Windows color (decimal): -14821242 or 8837149. OLE color: 8837149.
HSL color Cylindrical-coordinate representation of color #1DD886: hue angle of 153.69º 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 #1DD886 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 134 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.15 |
| HSL | 153.69º | 0.76% | 0.48% | - |
| HSV(B) | 153.69º | 0.87% | 0.85% | - |
| XYZ | 29.37 | 51.09 | 30.87 | - |
| YUV | 150.74 | 118.55 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 134 | 0.87 | 0 | 0.38 | 0.15 | 153.69 | 0.76 | 0.48 |
| Hex | 1D | D8 | 86 | 57 | 0 | 26 | F | 9A | 4C | 30 |
| Octal | 35 | 330 | 206 | 127 | 0 | 46 | 17 | 232 | 114 | 60 |
| Binary | 11101 | 11011000 | 10000110 | 1010111 | 0 | 100110 | 1111 | 10011010 | 1001100 | 110000 |
Color Harmonies of #1DD886
Complementary color
Monochromatic Colors of #1DD886
Black with #1DD886
Text Example
Text Example
White with #1DD886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD886; }
p { color: rgb(29,216,134); }
H1.HeaderClassName
{
color: #1DD886;
}
.AnyTagClassName
{
color: #1DD886;
}
</style>
background-color css
<style>
a { background-color: #1DD886; }
a { background-color: rgb(29,216,134); }
div.DivClassName
{
background-color: #1DD886;
}
.BgClassName
{
background-color: #1DD886;
}
</style>
border-color css
<style>
span { border-color: #1DD886; }
span { border-color: rgb(29,216,134); }
td.TdClassName
{
border-color: #1DD886;
}
.TagClassName
{
border-color: #1DD886;
}
</style>