#1EAE80

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

Shades of Mountain Meadow #1EAE80

Tints of Mountain Meadow #1EAE80

Color information

#1EAE80 (or 0x1EAE80) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AE and 80. RGB value is (30,174,128). Sum of RGB (Red+Green+Blue) = 30+174+128=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAE80 is #E1517F. Grayscale: #7D7D7D. Windows color (decimal): -14766464 or 8433182. OLE color: 8433182.

HSL color Cylindrical-coordinate representation of color #1EAE80: hue angle of 160.83º 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 #1EAE80 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB30174128-
CMYK0.8300.260.32
HSL160.83º70.59%40%-
HSV(B)160.83º82.76%68.24%-
XYZ19.5732.1125.59-
YUV125.7129.2959.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=9.04%
G=52.41%
B=38.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301741280.8300.260.32160.8370.5940
Hex1EAE805301A20a14728
Octal362562001230324024110750
Binary1111010101110100000001010011011010100000101000011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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