Shades of Shamrock #1DD892
Tints of Shamrock #1DD892
RGB
CMYK
RGB Variations
Color information
#1DD892 (or 0x1DD892) is known color: Shamrock. HEX triplet: 1D, D8 and 92. RGB value is (29,216,146). Sum of RGB (Red+Green+Blue) = 29+216+146=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD892 is #E2276D. Grayscale: #989898. Windows color (decimal): -14821230 or 9623581. OLE color: 9623581.
HSL color Cylindrical-coordinate representation of color #1DD892: hue angle of 157.54º 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 #1DD892 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 146 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.15 |
| HSL | 157.54º | 0.76% | 0.48% | - |
| HSV(B) | 157.54º | 0.87% | 0.85% | - |
| XYZ | 30.25 | 51.45 | 35.53 | - |
| YUV | 152.11 | 124.55 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 146 | 0.87 | 0 | 0.32 | 0.15 | 157.54 | 0.76 | 0.48 |
| Hex | 1D | D8 | 92 | 57 | 0 | 20 | F | 9E | 4C | 30 |
| Octal | 35 | 330 | 222 | 127 | 0 | 40 | 17 | 236 | 114 | 60 |
| Binary | 11101 | 11011000 | 10010010 | 1010111 | 0 | 100000 | 1111 | 10011110 | 1001100 | 110000 |
Color Harmonies of #1DD892
Complementary color
Monochromatic Colors of #1DD892
Black with #1DD892
Text Example
Text Example
White with #1DD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD892; }
p { color: rgb(29,216,146); }
H1.HeaderClassName
{
color: #1DD892;
}
.AnyTagClassName
{
color: #1DD892;
}
</style>
background-color css
<style>
a { background-color: #1DD892; }
a { background-color: rgb(29,216,146); }
div.DivClassName
{
background-color: #1DD892;
}
.BgClassName
{
background-color: #1DD892;
}
</style>
border-color css
<style>
span { border-color: #1DD892; }
span { border-color: rgb(29,216,146); }
td.TdClassName
{
border-color: #1DD892;
}
.TagClassName
{
border-color: #1DD892;
}
</style>