#1DD094

Color #1DD094 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #1DD094

Tints of Shamrock #1DD094

Color information

#1DD094 (or 0x1DD094) is unknown color: approx Shamrock. HEX triplet: 1D, D0 and 94. RGB value is (29,208,148). Sum of RGB (Red+Green+Blue) = 29+208+148=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD094 is #E22F6B. Grayscale: #939393. Windows color (decimal): -14823276 or 9752605. OLE color: 9752605.

HSL color Cylindrical-coordinate representation of color #1DD094: hue angle of 159.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD094 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB29208148-
CMYK0.8600.290.18
HSL159.89º75.53%46.47%-
HSV(B)159.89º86.06%81.57%-
XYZ28.4147.5135.69-
YUV147.64128.243.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 7.53%
GREEN value IS 208 (81.64% from 255) = 54.03%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=7.53%
G=54.03%
B=38.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292081480.8600.290.18159.8975.5346.47
Hex1DD0945601D12a04c2e
Octal353202241260352224011456
Binary111011101000010010100101011001110110010101000001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DD094; }

 p { color: rgb(29,208,148); }

 H1.HeaderClassName
 {
   color: #1DD094;
 }
 .AnyTagClassName
 {
   color: #1DD094;
 }
</style>
background-color css

<style>
 a { background-color: #1DD094; }

 a { background-color: rgb(29,208,148); }

 div.DivClassName
 {
   background-color: #1DD094;
 }
 .BgClassName
 {
   background-color: #1DD094;
 }
</style>
border-color css

<style>
 span { border-color: #1DD094; }

 span { border-color: rgb(29,208,148); }

 td.TdClassName
 {
   border-color: #1DD094;
 }
 .TagClassName
 {
   border-color: #1DD094;
 }
</style>