Shades of Shamrock #1DDF94
Tints of Shamrock #1DDF94
RGB
CMYK
RGB Variations
Color information
#1DDF94 (or 0x1DDF94) is known color: Shamrock. HEX triplet: 1D, DF and 94. RGB value is (29,223,148). Sum of RGB (Red+Green+Blue) = 29+223+148=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDF94 is #E2206B. Grayscale: #9C9C9C. Windows color (decimal): -14819436 or 9756445. OLE color: 9756445.
HSL color Cylindrical-coordinate representation of color #1DDF94: hue angle of 156.8º 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 #1DDF94 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 148 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.13 |
| HSL | 156.8º | 0.77% | 0.49% | - |
| HSV(B) | 156.8º | 0.87% | 0.87% | - |
| XYZ | 32.24 | 55.17 | 36.97 | - |
| YUV | 156.44 | 123.23 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 148 | 0.87 | 0 | 0.34 | 0.13 | 156.8 | 0.77 | 0.49 |
| Hex | 1D | DF | 94 | 57 | 0 | 22 | D | 9D | 4D | 31 |
| Octal | 35 | 337 | 224 | 127 | 0 | 42 | 15 | 235 | 115 | 61 |
| Binary | 11101 | 11011111 | 10010100 | 1010111 | 0 | 100010 | 1101 | 10011101 | 1001101 | 110001 |
Color Harmonies of #1DDF94
Complementary color
Monochromatic Colors of #1DDF94
Black with #1DDF94
Text Example
Text Example
White with #1DDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDF94; }
p { color: rgb(29,223,148); }
H1.HeaderClassName
{
color: #1DDF94;
}
.AnyTagClassName
{
color: #1DDF94;
}
</style>
background-color css
<style>
a { background-color: #1DDF94; }
a { background-color: rgb(29,223,148); }
div.DivClassName
{
background-color: #1DDF94;
}
.BgClassName
{
background-color: #1DDF94;
}
</style>
border-color css
<style>
span { border-color: #1DDF94; }
span { border-color: rgb(29,223,148); }
td.TdClassName
{
border-color: #1DDF94;
}
.TagClassName
{
border-color: #1DDF94;
}
</style>