#1EA97D

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

Shades of Mountain Meadow #1EA97D

Tints of Mountain Meadow #1EA97D

Color information

#1EA97D (or 0x1EA97D) is unknown color: approx Mountain Meadow. HEX triplet: 1E, A9 and 7D. RGB value is (30,169,125). Sum of RGB (Red+Green+Blue) = 30+169+125=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA97D is #E15682. Grayscale: #7A7A7A. Windows color (decimal): -14767747 or 8235294. OLE color: 8235294.

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

Color convert

RGB30169125-
CMYK0.8200.260.34
HSL161.01º69.85%39.02%-
HSV(B)161.01º82.25%66.27%-
XYZ18.4330.1324.25-
YUV122.42129.4562.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.26%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=9.26%
G=52.16%
B=38.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal301691250.8200.260.34161.0169.8539.02
Hex1EA97D5201A22a14627
Octal362511751220324224110647
Binary111101010100111111011010010011010100010101000011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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