Shades of Shamrock #1DDC96
Tints of Shamrock #1DDC96
RGB
CMYK
RGB Variations
Color information
#1DDC96 (or 0x1DDC96) is known color: Shamrock. HEX triplet: 1D, DC and 96. RGB value is (29,220,150). Sum of RGB (Red+Green+Blue) = 29+220+150=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC96 is #E22369. Grayscale: #9A9A9A. Windows color (decimal): -14820202 or 9886749. OLE color: 9886749.
HSL color Cylindrical-coordinate representation of color #1DDC96: hue angle of 158.01º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDC96 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 150 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.14 |
| HSL | 158.01º | 0.77% | 0.49% | - |
| HSV(B) | 158.01º | 0.87% | 0.86% | - |
| XYZ | 31.6 | 53.65 | 37.54 | - |
| YUV | 154.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 150 | 0.87 | 0 | 0.32 | 0.14 | 158.01 | 0.77 | 0.49 |
| Hex | 1D | DC | 96 | 57 | 0 | 20 | E | 9E | 4D | 31 |
| Octal | 35 | 334 | 226 | 127 | 0 | 40 | 16 | 236 | 115 | 61 |
| Binary | 11101 | 11011100 | 10010110 | 1010111 | 0 | 100000 | 1110 | 10011110 | 1001101 | 110001 |
Color Harmonies of #1DDC96
Complementary color
Monochromatic Colors of #1DDC96
Black with #1DDC96
Text Example
Text Example
White with #1DDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC96; }
p { color: rgb(29,220,150); }
H1.HeaderClassName
{
color: #1DDC96;
}
.AnyTagClassName
{
color: #1DDC96;
}
</style>
background-color css
<style>
a { background-color: #1DDC96; }
a { background-color: rgb(29,220,150); }
div.DivClassName
{
background-color: #1DDC96;
}
.BgClassName
{
background-color: #1DDC96;
}
</style>
border-color css
<style>
span { border-color: #1DDC96; }
span { border-color: rgb(29,220,150); }
td.TdClassName
{
border-color: #1DDC96;
}
.TagClassName
{
border-color: #1DDC96;
}
</style>