Shades of Shamrock #1DCD95
Tints of Shamrock #1DCD95
RGB
CMYK
RGB Variations
Color information
#1DCD95 (or 0x1DCD95) is known color: Shamrock. HEX triplet: 1D, CD and 95. RGB value is (29,205,149). Sum of RGB (Red+Green+Blue) = 29+205+149=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCD95 is #E2326A. Grayscale: #929292. Windows color (decimal): -14824043 or 9817373. OLE color: 9817373.
HSL color Cylindrical-coordinate representation of color #1DCD95: hue angle of 160.91º 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 #1DCD95 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 149 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.20 |
| HSL | 160.91º | 0.75% | 0.46% | - |
| HSV(B) | 160.91º | 0.86% | 0.8% | - |
| XYZ | 27.76 | 46.09 | 35.87 | - |
| YUV | 145.99 | 129.69 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 149 | 0.86 | 0 | 0.27 | 0.20 | 160.91 | 0.75 | 0.46 |
| Hex | 1D | CD | 95 | 56 | 0 | 1B | 14 | A1 | 4B | 2E |
| Octal | 35 | 315 | 225 | 126 | 0 | 33 | 24 | 241 | 113 | 56 |
| Binary | 11101 | 11001101 | 10010101 | 1010110 | 0 | 11011 | 10100 | 10100001 | 1001011 | 101110 |
Color Harmonies of #1DCD95
Complementary color
Monochromatic Colors of #1DCD95
Black with #1DCD95
Text Example
Text Example
White with #1DCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD95; }
p { color: rgb(29,205,149); }
H1.HeaderClassName
{
color: #1DCD95;
}
.AnyTagClassName
{
color: #1DCD95;
}
</style>
background-color css
<style>
a { background-color: #1DCD95; }
a { background-color: rgb(29,205,149); }
div.DivClassName
{
background-color: #1DCD95;
}
.BgClassName
{
background-color: #1DCD95;
}
</style>
border-color css
<style>
span { border-color: #1DCD95; }
span { border-color: rgb(29,205,149); }
td.TdClassName
{
border-color: #1DCD95;
}
.TagClassName
{
border-color: #1DCD95;
}
</style>