#1EAE82

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

Shades of Mountain Meadow #1EAE82

Tints of Mountain Meadow #1EAE82

Color information

#1EAE82 (or 0x1EAE82) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AE and 82. RGB value is (30,174,130). Sum of RGB (Red+Green+Blue) = 30+174+130=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAE82 is #E1517D. Grayscale: #7D7D7D. Windows color (decimal): -14766462 or 8564254. OLE color: 8564254.

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

Color convert

RGB30174130-
CMYK0.8300.250.32
HSL161.67º70.59%40%-
HSV(B)161.67º82.76%68.24%-
XYZ19.732.1626.29-
YUV125.93130.2959.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.98%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=8.98%
G=52.10%
B=38.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301741300.8300.250.32161.6770.5940
Hex1EAE825301920a24728
Octal362562021230314024210750
Binary1111010101110100000101010011011001100000101000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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