#1EB386

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

Shades of Mountain Meadow #1EB386

Tints of Mountain Meadow #1EB386

Color information

#1EB386 (or 0x1EB386) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B3 and 86. RGB value is (30,179,134). Sum of RGB (Red+Green+Blue) = 30+179+134=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB386 is #E14C79. Grayscale: #818181. Windows color (decimal): -14765178 or 8827678. OLE color: 8827678.

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

Color convert

RGB30179134-
CMYK0.8300.250.30
HSL161.88º71.29%40.98%-
HSV(B)161.88º83.24%70.2%-
XYZ20.9634.2428.06-
YUV129.32130.6457.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.75%
GREEN value IS 179 (70.31% from 255) = 52.19%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=8.75%
G=52.19%
B=39.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal301791340.8300.250.30161.8871.2940.98
Hex1EB386530191Ea24729
Octal362632061230313624210751
Binary111101011001110000110101001101100111110101000101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,179,134); }

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

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

 a { background-color: rgb(30,179,134); }

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

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

 span { border-color: rgb(30,179,134); }

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