#1EAB7C

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

Shades of Mountain Meadow #1EAB7C

Tints of Mountain Meadow #1EAB7C

Color information

#1EAB7C (or 0x1EAB7C) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AB and 7C. RGB value is (30,171,124). Sum of RGB (Red+Green+Blue) = 30+171+124=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB7C is #E15483. Grayscale: #7B7B7B. Windows color (decimal): -14767236 or 8170270. OLE color: 8170270.

HSL color Cylindrical-coordinate representation of color #1EAB7C: hue angle of 160º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB7C is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB30171124-
CMYK0.8200.270.33
HSL160º70.15%39.41%-
HSV(B)160º82.46%67.06%-
XYZ18.7430.8624.04-
YUV123.48128.2961.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.23%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=9.23%
G=52.62%
B=38.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301711240.8200.270.3316070.1539.41
Hex1EAB7C5201B21a04627
Octal362531741220334124010647
Binary111101010101111111001010010011011100001101000001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,171,124); }

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

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

 a { background-color: rgb(30,171,124); }

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

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

 span { border-color: rgb(30,171,124); }

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