Shades of Shamrock #1DD094
Tints of Shamrock #1DD094
RGB
CMYK
RGB Variations
Color information
#1DD094 (or 0x1DD094) is known color: Shamrock. HEX triplet: 1D, D0 and 94. RGB value is (29,208,148). Sum of RGB (Red+Green+Blue) = 29+208+148=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD094 is #E22F6B. Grayscale: #939393. Windows color (decimal): -14823276 or 9752605. OLE color: 9752605.
HSL color Cylindrical-coordinate representation of color #1DD094: hue angle of 159.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD094 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 148 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.18 |
| HSL | 159.89º | 0.76% | 0.46% | - |
| HSV(B) | 159.89º | 0.86% | 0.82% | - |
| XYZ | 28.41 | 47.51 | 35.69 | - |
| YUV | 147.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 148 | 0.86 | 0 | 0.29 | 0.18 | 159.89 | 0.76 | 0.46 |
| Hex | 1D | D0 | 94 | 56 | 0 | 1D | 12 | A0 | 4C | 2E |
| Octal | 35 | 320 | 224 | 126 | 0 | 35 | 22 | 240 | 114 | 56 |
| Binary | 11101 | 11010000 | 10010100 | 1010110 | 0 | 11101 | 10010 | 10100000 | 1001100 | 101110 |
Color Harmonies of #1DD094
Complementary color
Monochromatic Colors of #1DD094
Black with #1DD094
Text Example
Text Example
White with #1DD094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD094; }
p { color: rgb(29,208,148); }
H1.HeaderClassName
{
color: #1DD094;
}
.AnyTagClassName
{
color: #1DD094;
}
</style>
background-color css
<style>
a { background-color: #1DD094; }
a { background-color: rgb(29,208,148); }
div.DivClassName
{
background-color: #1DD094;
}
.BgClassName
{
background-color: #1DD094;
}
</style>
border-color css
<style>
span { border-color: #1DD094; }
span { border-color: rgb(29,208,148); }
td.TdClassName
{
border-color: #1DD094;
}
.TagClassName
{
border-color: #1DD094;
}
</style>