Shades of Shamrock #1DDE94
Tints of Shamrock #1DDE94
RGB
CMYK
RGB Variations
Color information
#1DDE94 (or 0x1DDE94) is known color: Shamrock. HEX triplet: 1D, DE and 94. RGB value is (29,222,148). Sum of RGB (Red+Green+Blue) = 29+222+148=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDE94 is #E2216B. Grayscale: #9B9B9B. Windows color (decimal): -14819692 or 9756189. OLE color: 9756189.
HSL color Cylindrical-coordinate representation of color #1DDE94: hue angle of 156.99º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDE94 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 222 | 148 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.13 |
| HSL | 156.99º | 0.77% | 0.49% | - |
| HSV(B) | 156.99º | 0.87% | 0.87% | - |
| XYZ | 31.97 | 54.64 | 36.88 | - |
| YUV | 155.86 | 123.56 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 148 | 0.87 | 0 | 0.33 | 0.13 | 156.99 | 0.77 | 0.49 |
| Hex | 1D | DE | 94 | 57 | 0 | 21 | D | 9D | 4D | 31 |
| Octal | 35 | 336 | 224 | 127 | 0 | 41 | 15 | 235 | 115 | 61 |
| Binary | 11101 | 11011110 | 10010100 | 1010111 | 0 | 100001 | 1101 | 10011101 | 1001101 | 110001 |
Color Harmonies of #1DDE94
Complementary color
Monochromatic Colors of #1DDE94
Black with #1DDE94
Text Example
Text Example
White with #1DDE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDE94; }
p { color: rgb(29,222,148); }
H1.HeaderClassName
{
color: #1DDE94;
}
.AnyTagClassName
{
color: #1DDE94;
}
</style>
background-color css
<style>
a { background-color: #1DDE94; }
a { background-color: rgb(29,222,148); }
div.DivClassName
{
background-color: #1DDE94;
}
.BgClassName
{
background-color: #1DDE94;
}
</style>
border-color css
<style>
span { border-color: #1DDE94; }
span { border-color: rgb(29,222,148); }
td.TdClassName
{
border-color: #1DDE94;
}
.TagClassName
{
border-color: #1DDE94;
}
</style>