Shades of Shamrock #1DD9A8
Tints of Shamrock #1DD9A8
RGB
CMYK
RGB Variations
Color information
#1DD9A8 (or 0x1DD9A8) is known color: Shamrock. HEX triplet: 1D, D9 and A8. RGB value is (29,217,168). Sum of RGB (Red+Green+Blue) = 29+217+168=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD9A8 is #E22657. Grayscale: #9B9B9B. Windows color (decimal): -14820952 or 11065629. OLE color: 11065629.
HSL color Cylindrical-coordinate representation of color #1DD9A8: hue angle of 164.36º 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 #1DD9A8 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 168 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.15 |
| HSL | 164.36º | 0.76% | 0.48% | - |
| HSV(B) | 164.36º | 0.87% | 0.85% | - |
| XYZ | 32.39 | 52.71 | 45.51 | - |
| YUV | 155.2 | 135.22 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 168 | 0.87 | 0 | 0.23 | 0.15 | 164.36 | 0.76 | 0.48 |
| Hex | 1D | D9 | A8 | 57 | 0 | 17 | F | A4 | 4C | 30 |
| Octal | 35 | 331 | 250 | 127 | 0 | 27 | 17 | 244 | 114 | 60 |
| Binary | 11101 | 11011001 | 10101000 | 1010111 | 0 | 10111 | 1111 | 10100100 | 1001100 | 110000 |
Color Harmonies of #1DD9A8
Complementary color
Monochromatic Colors of #1DD9A8
Black with #1DD9A8
Text Example
Text Example
White with #1DD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD9A8; }
p { color: rgb(29,217,168); }
H1.HeaderClassName
{
color: #1DD9A8;
}
.AnyTagClassName
{
color: #1DD9A8;
}
</style>
background-color css
<style>
a { background-color: #1DD9A8; }
a { background-color: rgb(29,217,168); }
div.DivClassName
{
background-color: #1DD9A8;
}
.BgClassName
{
background-color: #1DD9A8;
}
</style>
border-color css
<style>
span { border-color: #1DD9A8; }
span { border-color: rgb(29,217,168); }
td.TdClassName
{
border-color: #1DD9A8;
}
.TagClassName
{
border-color: #1DD9A8;
}
</style>