#1DA47B

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

Shades of Mountain Meadow #1DA47B

Tints of Mountain Meadow #1DA47B

Color information

#1DA47B (or 0x1DA47B) is unknown color: approx Mountain Meadow. HEX triplet: 1D, A4 and 7B. RGB value is (29,164,123). Sum of RGB (Red+Green+Blue) = 29+164+123=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA47B is #E25B84. Grayscale: #767676. Windows color (decimal): -14834565 or 8102941. OLE color: 8102941.

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

Color convert

RGB29164123-
CMYK0.8200.250.36
HSL161.78º69.95%37.84%-
HSV(B)161.78º82.32%64.31%-
XYZ17.3628.2423.28-
YUV118.96130.2763.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.18%
GREEN value IS 164 (64.45% from 255) = 51.90%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=9.18%
G=51.90%
B=38.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291641230.8200.250.36161.7869.9537.84
Hex1DA47B5201924a24626
Octal352441731220314424210646
Binary111011010010011110111010010011001100100101000101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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