#1DD69C

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

Shades of Shamrock #1DD69C

Tints of Shamrock #1DD69C

Color information

#1DD69C (or 0x1DD69C) is unknown color: approx Shamrock. HEX triplet: 1D, D6 and 9C. RGB value is (29,214,156). Sum of RGB (Red+Green+Blue) = 29+214+156=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD69C is #E22963. Grayscale: #989898. Windows color (decimal): -14821732 or 10278429. OLE color: 10278429.

HSL color Cylindrical-coordinate representation of color #1DD69C: hue angle of 161.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD69C is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB29214156-
CMYK0.8600.270.16
HSL161.19º76.13%47.65%-
HSV(B)161.19º86.45%83.92%-
XYZ30.5550.7539.64-
YUV152.07130.2140.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.27%
GREEN value IS 214 (83.98% from 255) = 53.63%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=7.27%
G=53.63%
B=39.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal292141560.8600.270.16161.1976.1347.65
Hex1DD69C5601B10a14c30
Octal353262341260332024111460
Binary111011101011010011100101011001101110000101000011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,214,156); }

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

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

 a { background-color: rgb(29,214,156); }

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

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

 span { border-color: rgb(29,214,156); }

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