#1DA47C

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

Shades of Mountain Meadow #1DA47C

Tints of Mountain Meadow #1DA47C

Color information

#1DA47C (or 0x1DA47C) is unknown color: approx Mountain Meadow. HEX triplet: 1D, A4 and 7C. RGB value is (29,164,124). Sum of RGB (Red+Green+Blue) = 29+164+124=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA47C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA47C is #E25B83. Grayscale: #777777. Windows color (decimal): -14834564 or 8168477. OLE color: 8168477.

HSL color Cylindrical-coordinate representation of color #1DA47C: hue angle of 162.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA47C is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB29164124-
CMYK0.8200.240.36
HSL162.22º69.95%37.84%-
HSV(B)162.22º82.32%64.31%-
XYZ17.4228.2723.61-
YUV119.07130.7763.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.15%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=9.15%
G=51.74%
B=39.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291641240.8200.240.36162.2269.9537.84
Hex1DA47C5201824a24626
Octal352441741220304424210646
Binary111011010010011111001010010011000100100101000101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,164,124); }

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

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

 a { background-color: rgb(29,164,124); }

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

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

 span { border-color: rgb(29,164,124); }

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