#1EBE96

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

Shades of Mountain Meadow #1EBE96

Tints of Mountain Meadow #1EBE96

Color information

#1EBE96 (or 0x1EBE96) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BE and 96. RGB value is (30,190,150). Sum of RGB (Red+Green+Blue) = 30+190+150=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBE96 is #E14169. Grayscale: #898989. Windows color (decimal): -14762346 or 9879070. OLE color: 9879070.

HSL color Cylindrical-coordinate representation of color #1EBE96: hue angle of 165º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBE96 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB30190150-
CMYK0.8400.210.25
HSL165º72.73%43.14%-
HSV(B)165º84.21%74.51%-
XYZ24.4539.335.15-
YUV137.6134.9951.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.11%
GREEN value IS 190 (74.61% from 255) = 51.35%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=8.11%
G=51.35%
B=40.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301901500.8400.210.2516572.7343.14
Hex1EBE965401519a5492b
Octal362762261240253124511153
Binary111101011111010010110101010001010111001101001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,190,150); }

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

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

 a { background-color: rgb(30,190,150); }

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

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

 span { border-color: rgb(30,190,150); }

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