Shades of Shamrock #1DD896
Tints of Shamrock #1DD896
RGB
CMYK
RGB Variations
Color information
#1DD896 (or 0x1DD896) is known color: Shamrock. HEX triplet: 1D, D8 and 96. RGB value is (29,216,150). Sum of RGB (Red+Green+Blue) = 29+216+150=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD896 is #E22769. Grayscale: #989898. Windows color (decimal): -14821226 or 9885725. OLE color: 9885725.
HSL color Cylindrical-coordinate representation of color #1DD896: hue angle of 158.82º 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 #1DD896 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 150 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.15 |
| HSL | 158.82º | 0.76% | 0.48% | - |
| HSV(B) | 158.82º | 0.87% | 0.85% | - |
| XYZ | 30.57 | 51.57 | 37.2 | - |
| YUV | 152.56 | 126.55 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 150 | 0.87 | 0 | 0.31 | 0.15 | 158.82 | 0.76 | 0.48 |
| Hex | 1D | D8 | 96 | 57 | 0 | 1F | F | 9F | 4C | 30 |
| Octal | 35 | 330 | 226 | 127 | 0 | 37 | 17 | 237 | 114 | 60 |
| Binary | 11101 | 11011000 | 10010110 | 1010111 | 0 | 11111 | 1111 | 10011111 | 1001100 | 110000 |
Color Harmonies of #1DD896
Complementary color
Monochromatic Colors of #1DD896
Black with #1DD896
Text Example
Text Example
White with #1DD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD896; }
p { color: rgb(29,216,150); }
H1.HeaderClassName
{
color: #1DD896;
}
.AnyTagClassName
{
color: #1DD896;
}
</style>
background-color css
<style>
a { background-color: #1DD896; }
a { background-color: rgb(29,216,150); }
div.DivClassName
{
background-color: #1DD896;
}
.BgClassName
{
background-color: #1DD896;
}
</style>
border-color css
<style>
span { border-color: #1DD896; }
span { border-color: rgb(29,216,150); }
td.TdClassName
{
border-color: #1DD896;
}
.TagClassName
{
border-color: #1DD896;
}
</style>