#1EAA6E

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

Shades of Mountain Meadow #1EAA6E

Tints of Mountain Meadow #1EAA6E

Color information

#1EAA6E (or 0x1EAA6E) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AA and 6E. RGB value is (30,170,110). Sum of RGB (Red+Green+Blue) = 30+170+110=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAA6E is #E15591. Grayscale: #797979. Windows color (decimal): -14767506 or 7252510. OLE color: 7252510.

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

Color convert

RGB30170110-
CMYK0.8200.350.33
HSL154.29º70%39.22%-
HSV(B)154.29º82.35%66.67%-
XYZ17.7230.1519.64-
YUV121.3121.6262.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.68%
GREEN value IS 170 (66.80% from 255) = 54.84%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=9.68%
G=54.84%
B=35.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301701100.8200.350.33154.297039.22
Hex1EAA6E52023219a4627
Octal362521561220434123210647
Binary1111010101010110111010100100100011100001100110101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,170,110); }

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

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

 a { background-color: rgb(30,170,110); }

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

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

 span { border-color: rgb(30,170,110); }

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