Shades of Shamrock #1DCEA9
Tints of Shamrock #1DCEA9
RGB
CMYK
RGB Variations
Color information
#1DCEA9 (or 0x1DCEA9) is known color: Shamrock. HEX triplet: 1D, CE and A9. RGB value is (29,206,169). Sum of RGB (Red+Green+Blue) = 29+206+169=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCEA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCEA9 is #E23156. Grayscale: #949494. Windows color (decimal): -14823767 or 11128349. OLE color: 11128349.
HSL color Cylindrical-coordinate representation of color #1DCEA9: hue angle of 167.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCEA9 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 169 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.19 |
| HSL | 167.46º | 0.75% | 0.46% | - |
| HSV(B) | 167.46º | 0.86% | 0.81% | - |
| XYZ | 29.74 | 47.27 | 45.09 | - |
| YUV | 148.86 | 139.36 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 169 | 0.86 | 0 | 0.18 | 0.19 | 167.46 | 0.75 | 0.46 |
| Hex | 1D | CE | A9 | 56 | 0 | 12 | 13 | A7 | 4B | 2E |
| Octal | 35 | 316 | 251 | 126 | 0 | 22 | 23 | 247 | 113 | 56 |
| Binary | 11101 | 11001110 | 10101001 | 1010110 | 0 | 10010 | 10011 | 10100111 | 1001011 | 101110 |
Color Harmonies of #1DCEA9
Complementary color
Monochromatic Colors of #1DCEA9
Black with #1DCEA9
Text Example
Text Example
White with #1DCEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEA9; }
p { color: rgb(29,206,169); }
H1.HeaderClassName
{
color: #1DCEA9;
}
.AnyTagClassName
{
color: #1DCEA9;
}
</style>
background-color css
<style>
a { background-color: #1DCEA9; }
a { background-color: rgb(29,206,169); }
div.DivClassName
{
background-color: #1DCEA9;
}
.BgClassName
{
background-color: #1DCEA9;
}
</style>
border-color css
<style>
span { border-color: #1DCEA9; }
span { border-color: rgb(29,206,169); }
td.TdClassName
{
border-color: #1DCEA9;
}
.TagClassName
{
border-color: #1DCEA9;
}
</style>