#1EB97E

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

Shades of Mountain Meadow #1EB97E

Tints of Mountain Meadow #1EB97E

Color information

#1EB97E (or 0x1EB97E) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B9 and 7E. RGB value is (30,185,126). Sum of RGB (Red+Green+Blue) = 30+185+126=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB97E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB97E is #E14681. Grayscale: #848484. Windows color (decimal): -14763650 or 8304926. OLE color: 8304926.

HSL color Cylindrical-coordinate representation of color #1EB97E: hue angle of 157.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB97E is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB30185126-
CMYK0.8400.320.27
HSL157.16º72.09%42.16%-
HSV(B)157.16º83.78%72.55%-
XYZ21.6536.4825.64-
YUV131.93124.6555.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.80%
GREEN value IS 185 (72.66% from 255) = 54.25%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=8.80%
G=54.25%
B=36.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301851260.8400.320.27157.1672.0942.16
Hex1EB97E540201B9d482a
Octal362711761240403323511052
Binary111101011100111111101010100010000011011100111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,185,126); }

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

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

 a { background-color: rgb(30,185,126); }

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

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

 span { border-color: rgb(30,185,126); }

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