#1EB18C

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

Shades of Mountain Meadow #1EB18C

Tints of Mountain Meadow #1EB18C

Color information

#1EB18C (or 0x1EB18C) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B1 and 8C. RGB value is (30,177,140). Sum of RGB (Red+Green+Blue) = 30+177+140=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB18C is #E14E73. Grayscale: #808080. Windows color (decimal): -14765684 or 9220382. OLE color: 9220382.

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

Color convert

RGB30177140-
CMYK0.8300.210.31
HSL164.9º71.01%40.59%-
HSV(B)164.9º83.05%69.41%-
XYZ20.9933.6130.19-
YUV128.83134.357.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.65%
GREEN value IS 177 (69.53% from 255) = 51.01%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=8.65%
G=51.01%
B=40.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301771400.8300.210.31164.971.0140.59
Hex1EB18C530151Fa54729
Octal362612141230253724510751
Binary111101011000110001100101001101010111111101001011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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