Shades of Shamrock #1DD296
Tints of Shamrock #1DD296
RGB
CMYK
RGB Variations
Color information
#1DD296 (or 0x1DD296) is known color: Shamrock. HEX triplet: 1D, D2 and 96. RGB value is (29,210,150). Sum of RGB (Red+Green+Blue) = 29+210+150=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD296 is #E22D69. Grayscale: #959595. Windows color (decimal): -14822762 or 9884189. OLE color: 9884189.
HSL color Cylindrical-coordinate representation of color #1DD296: hue angle of 160.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD296 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 210 | 150 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.18 |
| HSL | 160.11º | 0.76% | 0.47% | - |
| HSV(B) | 160.11º | 0.86% | 0.82% | - |
| XYZ | 29.06 | 48.56 | 36.69 | - |
| YUV | 149.04 | 128.53 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 210 | 150 | 0.86 | 0 | 0.29 | 0.18 | 160.11 | 0.76 | 0.47 |
| Hex | 1D | D2 | 96 | 56 | 0 | 1D | 12 | A0 | 4C | 2F |
| Octal | 35 | 322 | 226 | 126 | 0 | 35 | 22 | 240 | 114 | 57 |
| Binary | 11101 | 11010010 | 10010110 | 1010110 | 0 | 11101 | 10010 | 10100000 | 1001100 | 101111 |
Color Harmonies of #1DD296
Complementary color
Monochromatic Colors of #1DD296
Black with #1DD296
Text Example
Text Example
White with #1DD296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD296; }
p { color: rgb(29,210,150); }
H1.HeaderClassName
{
color: #1DD296;
}
.AnyTagClassName
{
color: #1DD296;
}
</style>
background-color css
<style>
a { background-color: #1DD296; }
a { background-color: rgb(29,210,150); }
div.DivClassName
{
background-color: #1DD296;
}
.BgClassName
{
background-color: #1DD296;
}
</style>
border-color css
<style>
span { border-color: #1DD296; }
span { border-color: rgb(29,210,150); }
td.TdClassName
{
border-color: #1DD296;
}
.TagClassName
{
border-color: #1DD296;
}
</style>