#1EAB7D

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

Shades of Mountain Meadow #1EAB7D

Tints of Mountain Meadow #1EAB7D

Color information

#1EAB7D (or 0x1EAB7D) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AB and 7D. RGB value is (30,171,125). Sum of RGB (Red+Green+Blue) = 30+171+125=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB7D is #E15482. Grayscale: #7B7B7B. Windows color (decimal): -14767235 or 8235806. OLE color: 8235806.

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

Color convert

RGB30171125-
CMYK0.8200.270.33
HSL160.43º70.15%39.41%-
HSV(B)160.43º82.46%67.06%-
XYZ18.830.8824.37-
YUV123.6128.7961.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.20%
GREEN value IS 171 (67.19% from 255) = 52.45%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=9.20%
G=52.45%
B=38.34%

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
Decimal301711250.8200.270.33160.4370.1539.41
Hex1EAB7D5201B21a04627
Octal362531751220334124010647
Binary111101010101111111011010010011011100001101000001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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