Shades of Shamrock #1DCD8D
Tints of Shamrock #1DCD8D
RGB
CMYK
RGB Variations
Color information
#1DCD8D (or 0x1DCD8D) is known color: Shamrock. HEX triplet: 1D, CD and 8D. RGB value is (29,205,141). Sum of RGB (Red+Green+Blue) = 29+205+141=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCD8D is #E23272. Grayscale: #919191. Windows color (decimal): -14824051 or 9293085. OLE color: 9293085.
HSL color Cylindrical-coordinate representation of color #1DCD8D: hue angle of 158.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD8D is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 141 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.20 |
| HSL | 158.18º | 0.75% | 0.46% | - |
| HSV(B) | 158.18º | 0.86% | 0.8% | - |
| XYZ | 27.15 | 45.85 | 32.62 | - |
| YUV | 145.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 141 | 0.86 | 0 | 0.31 | 0.20 | 158.18 | 0.75 | 0.46 |
| Hex | 1D | CD | 8D | 56 | 0 | 1F | 14 | 9E | 4B | 2E |
| Octal | 35 | 315 | 215 | 126 | 0 | 37 | 24 | 236 | 113 | 56 |
| Binary | 11101 | 11001101 | 10001101 | 1010110 | 0 | 11111 | 10100 | 10011110 | 1001011 | 101110 |
Color Harmonies of #1DCD8D
Complementary color
Monochromatic Colors of #1DCD8D
Black with #1DCD8D
Text Example
Text Example
White with #1DCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD8D; }
p { color: rgb(29,205,141); }
H1.HeaderClassName
{
color: #1DCD8D;
}
.AnyTagClassName
{
color: #1DCD8D;
}
</style>
background-color css
<style>
a { background-color: #1DCD8D; }
a { background-color: rgb(29,205,141); }
div.DivClassName
{
background-color: #1DCD8D;
}
.BgClassName
{
background-color: #1DCD8D;
}
</style>
border-color css
<style>
span { border-color: #1DCD8D; }
span { border-color: rgb(29,205,141); }
td.TdClassName
{
border-color: #1DCD8D;
}
.TagClassName
{
border-color: #1DCD8D;
}
</style>