#1DD086

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

Shades of Shamrock #1DD086

Tints of Shamrock #1DD086

Color information

#1DD086 (or 0x1DD086) is unknown color: approx Shamrock. HEX triplet: 1D, D0 and 86. RGB value is (29,208,134). Sum of RGB (Red+Green+Blue) = 29+208+134=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD086 is #E22F79. Grayscale: #929292. Windows color (decimal): -14823290 or 8835101. OLE color: 8835101.

HSL color Cylindrical-coordinate representation of color #1DD086: hue angle of 155.2º 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 #1DD086 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB29208134-
CMYK0.8600.360.18
HSL155.2º75.53%46.47%-
HSV(B)155.2º86.06%81.57%-
XYZ27.3747.0930.2-
YUV146.04121.244.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.82%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=7.82%
G=56.06%
B=36.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292081340.8600.360.18155.275.5346.47
Hex1DD08656024129b4c2e
Octal353202061260442223311456
Binary1110111010000100001101010110010010010010100110111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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