#1EB18E

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

Shades of Mountain Meadow #1EB18E

Tints of Mountain Meadow #1EB18E

Color information

#1EB18E (or 0x1EB18E) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B1 and 8E. RGB value is (30,177,142). Sum of RGB (Red+Green+Blue) = 30+177+142=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB18E is #E14E71. Grayscale: #818181. Windows color (decimal): -14765682 or 9351454. OLE color: 9351454.

HSL color Cylindrical-coordinate representation of color #1EB18E: hue angle of 165.71º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB18E is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB30177142-
CMYK0.8300.200.31
HSL165.71º71.01%40.59%-
HSV(B)165.71º83.05%69.41%-
XYZ21.1433.6730.98-
YUV129.06135.357.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.60%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=8.60%
G=50.72%
B=40.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301771420.8300.200.31165.7171.0140.59
Hex1EB18E530141Fa64729
Octal362612161230243724610751
Binary111101011000110001110101001101010011111101001101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,177,142); }

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

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

 a { background-color: rgb(30,177,142); }

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

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

 span { border-color: rgb(30,177,142); }

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