#1EAE7C

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

Shades of Mountain Meadow #1EAE7C

Tints of Mountain Meadow #1EAE7C

Color information

#1EAE7C (or 0x1EAE7C) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AE and 7C. RGB value is (30,174,124). Sum of RGB (Red+Green+Blue) = 30+174+124=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAE7C is #E15183. Grayscale: #7D7D7D. Windows color (decimal): -14766468 or 8171038. OLE color: 8171038.

HSL color Cylindrical-coordinate representation of color #1EAE7C: hue angle of 159.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE7C is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB30174124-
CMYK0.8300.290.32
HSL159.17º70.59%40%-
HSV(B)159.17º82.76%68.24%-
XYZ19.313224.23-
YUV125.24127.2960.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.15%
GREEN value IS 174 (68.36% from 255) = 53.05%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=9.15%
G=53.05%
B=37.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301741240.8300.290.32159.1770.5940
Hex1EAE7C5301D209f4728
Octal362561741230354023710750
Binary111101010111011111001010011011101100000100111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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